Mercurial > hg > piper-vamp-js
comparison test/quick-test.html @ 123:5f6ac1f98965
Update quick-test code
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 10 Nov 2016 13:36:01 +0000 |
parents | 2e8aacb7f883 |
children | c86548e7e397 |
comparison
equal
deleted
inserted
replaced
122:6d651bfc93b9 | 123:5f6ac1f98965 |
---|---|
7 body { margin: 5%; } | 7 body { margin: 5%; } |
8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse } | 8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse } |
9 td, th { padding: 0.5em } | 9 td, th { padding: 0.5em } |
10 </style> | 10 </style> |
11 | 11 |
12 <script src="VampExamplePlugins.js"></script> | 12 <script src="../examples/VampExamplePlugins.js"></script> |
13 <script src="quick-test.js"></script> | 13 <script src="quick-test.js"></script> |
14 </head> | 14 </head> |
15 <body> | 15 <body> |
16 <h3>Piper Adapter Test</h3> | 16 <h3>Piper Adapter Test</h3> |
17 | 17 |