Skip to content

Release 1.2 #529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 241 commits into from
Jan 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
241 commits
Select commit Hold shift + click to select a range
3619572
Package all JavaScript files on build
Danielku15 Aug 25, 2018
b2732ef
Merge branch 'master' into develop
Danielku15 Sep 9, 2018
2da77cf
Added click listener to attempt resume of audio context if not runnin…
Danielku15 Sep 29, 2018
439164b
Added catch for zip file (Haxe throws string)
Danielku15 Sep 29, 2018
3e1ef05
Improved handling of Tied notes for MusicXML
Danielku15 Sep 29, 2018
935b084
Corrected audio generation for grace notes
Danielku15 Sep 29, 2018
ae3a1d7
Added additional output activation to start audio context in Browsers
Danielku15 Sep 29, 2018
092688f
Reworked staff display to respect GP file contents
Danielku15 Sep 29, 2018
7e56691
Parse PartConfig also for GPX files
Danielku15 Sep 29, 2018
823b7df
Added chord diagram rendering to page layout
Danielku15 Oct 7, 2018
957e104
Added chord support to alphaTex
Danielku15 Oct 7, 2018
7d62f92
Fixed compilation issues
Danielku15 Oct 7, 2018
ef285a2
Fixed wrong error message for tuning change
Danielku15 Oct 7, 2018
1b72911
Bump version number
Danielku15 Oct 7, 2018
96c2a77
Bump version number in appveyor
Danielku15 Oct 7, 2018
fb721ed
Update alphaTex chord documentation
Danielku15 Oct 7, 2018
c9567e1
Added IDs to headings for better linking
Danielku15 Oct 7, 2018
7a9630f
Fixed rhythm notation positioning
Danielku15 Oct 7, 2018
14203a7
Fixed issue on tied notes causing stack-overflow
Danielku15 Oct 7, 2018
659c731
Fixed issue in alphaTex importer that notes were added to a beat befo…
Danielku15 Oct 11, 2018
ab3216e
Introduced consistent API across all platforms, integrated alphaSynth…
Oct 13, 2018
c288c7e
Added support for multiple tracks and staffs in alphaTex #207
Nov 4, 2018
5000c4e
Fixed null reference for new "all" track rendering
Nov 4, 2018
5ad1b46
Added short track name reading to alphaTex and made track names optio…
Nov 4, 2018
93d1e97
Rebuild
Nov 4, 2018
7831dee
Updated documentation with new "all" tracks and multi-staff/track alp…
Nov 4, 2018
58b3b5f
Merge branch 'develop' of github.com:CoderLine/alphaTab into develop
Nov 4, 2018
80c09eb
Attempt to make appveyor push back version number
Nov 4, 2018
fd29eda
Bump version number
Nov 4, 2018
1c0d4c2
Moved builds to appveyor as artifact repository
Nov 4, 2018
3246802
Minor update on readme
Nov 4, 2018
95664c6
Added notes about GH releases
Nov 4, 2018
a6087ce
Always publish release nuget
Nov 4, 2018
ce0f70c
Fixed compilation issues with string escaping
Nov 4, 2018
67f20fa
Reworked to async test suite and added Karma testrunner for JS tests
Nov 4, 2018
645e130
Fixed syntax error
Nov 4, 2018
a9c75fb
Test to set NODE_PATH
Nov 4, 2018
bb9a86b
Test to set NODE_PATH
Nov 4, 2018
398c530
Use long test names for JS tests to distinguish them from .net tests
Nov 4, 2018
740d0d2
Install chrome-launcher explicitely
Nov 4, 2018
4c6d776
Add CHROME_BIN variable to config
Nov 4, 2018
85f331e
Install puppeteer
Nov 4, 2018
06f7b48
Removed redundant chrome installation
Nov 4, 2018
c4eb6f4
Small extension on testrunner script
Nov 4, 2018
d0ca681
Publish TRX for problem investiation
Nov 4, 2018
9502016
Formatted error message
Nov 4, 2018
999955b
Reduced test output
Nov 4, 2018
b1b3464
Reorganized tie origin detection for guitar pro files (#206)
Nov 17, 2018
9de35f8
Improved tied note support for non stringed instruments on alphaTex (…
Nov 17, 2018
434bdd1
Minor fix on wrong note ties
Nov 17, 2018
325a933
Updated documentation regarding tied notes
Nov 17, 2018
0b3c72b
Fixed unit tests
Nov 17, 2018
127187f
Reenabled MusicXML tests for parsing and rendering (no content valida…
Nov 17, 2018
8c6cf16
Ensure correct branch name in output files
Nov 17, 2018
6c5a4fb
Fixed MusicXML tests for JS
Nov 17, 2018
e15c719
Reworked slur rendering to really be a slur from one note to another,…
Nov 17, 2018
6af5565
Modernized layout of player sample and fixed metronome issues (#208, …
Nov 17, 2018
47ae08d
Update nuget packages and target frameworks
Dec 21, 2018
f0cd9df
Moved rendering resources to settings including custom font support #215
Dec 21, 2018
6dfd388
Adjusted slur height calculation to be logarithmic, fixed minor displ…
Dec 21, 2018
d09da51
Added test sdk package
Dec 21, 2018
77852fe
Merge branch 'develop' into ConsistentApi2
Dec 21, 2018
612ea14
Fixed issue on layout creation
Dec 21, 2018
fa4a322
Ensure MSBuild.Sdk.Extras are correctly initialized
Dec 21, 2018
ff86011
Reorganized folder structure for testdata
Dec 21, 2018
f40ec6c
Added initial set of visual tests for alphaTab
Dec 22, 2018
3133b0c
Updated documentation scripts for latest Wyam version
Dec 22, 2018
0b5da93
Fixed documentation compilation issue
Dec 22, 2018
5883672
Enabled unsafe code for release mode
Dec 22, 2018
df3f752
Fixed signature for JS tests
Dec 22, 2018
2c377e0
Workaround for buggy SkiaSharp native lib loading
Dec 22, 2018
47ee01b
Added missing reference file for tuplet test
Dec 22, 2018
3932c25
Corrected asset link in new help page
Dec 22, 2018
f1276b6
Ensure tests are run again
Dec 24, 2018
c9b2fcb
Merge branch 'develop' into ConsistentApi2
Dec 24, 2018
8d8c626
Ensure MSBuild SDK extras are correctly initialized for the .net library
Dec 24, 2018
325ef83
Use UI abstraction on xamarin controls, added missing copyright comments
Dec 24, 2018
5fa8316
Added documentation to the public methods and types
Dec 24, 2018
ed95680
Minor change on docs
Dec 24, 2018
8026608
Reworked tuplet grouping to make beaming prefer tuplet grouping for b…
Jan 20, 2019
b131fb3
Fixed wrong JsObject serialization that caused cyclic dependency (fix…
Jan 20, 2019
35992a3
Added missing slides to alphaTex (fixes #223)
Jan 20, 2019
39606ef
Added quotes to copy step to overcome issues on spaces in folders
Danielku15 Feb 15, 2019
60d52f6
Correctly register mouse events on html element instead of window (fi…
Danielku15 Feb 15, 2019
0755bbf
Added tapping effect to alphaTex #225
Feb 16, 2019
8a7fede
Merge branch 'develop' of github.com:CoderLine/alphaTab into develop
Feb 16, 2019
30ccd40
Added triplet feel to alphaTex #230
Feb 16, 2019
fb80fb7
Changed tap effect to tt as tp is used for tremolo picking
Feb 16, 2019
e4c1392
Do not break beams for grace notes
Feb 16, 2019
80397a0
Restore correct font on tab note rendering
Feb 16, 2019
3826ceb
Updated reference image after fix on grace note font
Feb 16, 2019
f86ed2d
Added shorthand notation for tuplets via duration ranges #228
Feb 16, 2019
03145ba
Extended asserts to accept second parameter
Feb 16, 2019
3e47fbb
Ensure tuplet is not overwritten (fxies #233)
Feb 16, 2019
7746222
Minor fix on log level setting #235
Feb 16, 2019
ec8ac42
Ensure triplet feel is copied from previous bars #239
Feb 17, 2019
3f66cc7
Removed duplicate triplet feel effect on tab configuration (fixes #238)
Feb 17, 2019
0fefb9c
Added anacrusis parsing for GP formats
Apr 13, 2019
aa85fc1
Added anacrusis parsing to AlphaTex
Apr 13, 2019
91e241a
Added anacrusis sample to alphaTex docs
Apr 13, 2019
5f4406c
Corrected docs to actually use anacrusis
Apr 13, 2019
f4a96b8
Respect new anacrusis flag on audio generation
Apr 13, 2019
027634d
Merge pull request #250 from CoderLine/feature/anacrusis
Danielku15 Apr 13, 2019
d8712f9
Added section parsing to alphaTex (fixes #245)
Danielku15 May 30, 2019
6425990
Added section documentation for alphaTex
Danielku15 May 30, 2019
bc7d61a
Added rendering of section marker
Danielku15 May 30, 2019
05950a6
Merge branch 'develop' into feature/alphatex-markers
Danielku15 May 30, 2019
b401028
Merge pull request #253 from CoderLine/feature/alphatex-markers
Danielku15 May 30, 2019
8c55691
Improved example on sections to eliminate cropping
Danielku15 May 30, 2019
1c4a90d
Update README.md
Danielku15 Jul 28, 2019
bb537f5
Calculate discarded samples on pause to synth and seek back in time (…
Danielku15 Jul 28, 2019
d18ef99
Reworked cursor handling to restart playback on highlighted beat #255
Danielku15 Jul 28, 2019
3cc80cc
Merge branch 'develop' of https://github.com/CoderLine/alphaTab into …
Danielku15 Jul 28, 2019
087bbe8
Changed license info across source
Jul 29, 2019
8dda414
Some code style and formatting.
Jul 29, 2019
648f86a
Fixed compilation issues.
Jul 29, 2019
ec6d1ed
Merge branch 'feature/license-change' into develop
Jul 29, 2019
d0a07ed
Fixed issue on missing static variable initialization
Jul 30, 2019
329fdf4
Various fixes on samples (fixes #271)
Danielku15 Aug 27, 2019
afbef9a
Changed null-coalescing as compiler does not handle it yet properly.
Danielku15 Aug 27, 2019
ba098f1
Add reference documentation for properties, methods and events (#262)
Danielku15 Aug 27, 2019
d6fb0df
Replaces the current Synthesis Engine by a port of TinySoundFont (#261)
Danielku15 Aug 27, 2019
50daeab
Pulled public alphaSynth API to main API layer and added docs. (fixes…
Danielku15 Aug 27, 2019
acb1cca
Introduce consistent rendering and loading API (#272)
Danielku15 Aug 27, 2019
e0dd648
Introduces ES5 properites and camelCase naming conventions (#273)
Danielku15 Aug 27, 2019
dc28e35
Adds support for any font as rendering resource (#274)
Danielku15 Aug 27, 2019
b2f0fd4
Ensure track indexes are initialized correctly if no track list is gi…
Danielku15 Oct 12, 2019
6843175
Ensure metronome volume is not reset to 1 (fixes #279)
Danielku15 Oct 12, 2019
e265827
Some docs adjusted and events modified
Danielku15 Dec 18, 2019
e0a50d6
Fixed issue with metronome not hearable all the time (related to #297)
Danielku15 Dec 18, 2019
d009c0c
Added new sample using most alphaTab features in a nicer UI
Danielku15 Dec 18, 2019
67e69c6
Corrected wrong docs
Danielku15 Dec 18, 2019
9dd42f9
Ensure initial DOM elements are embedded before render finish events …
Danielku15 Dec 19, 2019
65a2358
Add dynamic enable/disable of player and cursor feature (#305)
Danielku15 Dec 19, 2019
2bcfc06
Add support for triplet feel on audio generation (#306)
Danielku15 Dec 19, 2019
d08081c
Fix scrolling on mobile devices (#308)
Danielku15 Dec 20, 2019
ad37a9b
Consolidation of Settings (#307)
Danielku15 Dec 20, 2019
b221692
Create workers via blobs by default (#312)
Danielku15 Dec 20, 2019
3396e5c
Fixed wrong repeat group generation for alphaTex (#314)
Danielku15 Dec 20, 2019
f749073
Disable API docs in favor of Reference docs
Danielku15 Dec 20, 2019
1024553
Remove decoupling of render result appending (#316)
Danielku15 Dec 20, 2019
a938d74
Fixed jumping on cursor for multi staff setups (#324)
Danielku15 Feb 9, 2020
ee2a176
Ensure mix volume is not reset on seeking (#325)
Danielku15 Feb 9, 2020
d92795a
Ensure correct display transposition pitches on alphaTex (#327)
Danielku15 Feb 11, 2020
4d4c967
Add dynamics support to alphaTex (#329)
Danielku15 Feb 14, 2020
6a6e09a
Added support for combined slidein slideout on notes (#330)
Danielku15 Feb 14, 2020
8a768d6
Added docs for css styles (fixes #300)
Danielku15 Feb 14, 2020
c713643
Improved grace note positioning (#336)
Danielku15 Feb 15, 2020
00364b6
Precache notes to highlight for multi stave/track note highlighting (…
Danielku15 Feb 15, 2020
2d691a7
Add support for crescendo and decrescendo in alphaTex (#338)
Danielku15 Feb 15, 2020
272c2cf
Handle missing startNoteRenderer due to partial renders (#339)
Danielku15 Feb 15, 2020
7550bff
Remember dynamics on alphaTex (fixes #340)
Danielku15 Feb 15, 2020
85fb44b
Changed tuplet grouping behavior (#342)
Danielku15 Feb 15, 2020
e32f62f
Added activate to playPause to ensure web audio context is active on …
Danielku15 Feb 16, 2020
d35de33
Minor fixes on multi track handling in alphaTex
Danielku15 Feb 16, 2020
a643d1d
Reset dynamics on staves and tracks back to default (#346)
Danielku15 Mar 6, 2020
4a14c84
Setting to disable default user interaction (#350)
Danielku15 Mar 26, 2020
9b0ce9a
Adjusted scroll element selection (#357)
Danielku15 May 1, 2020
2c2dc69
Be more explicit on the usage of templates.
Danielku15 May 6, 2020
7f82ec0
Make logger public
Danielku15 May 7, 2020
a156806
AlphaTab based on TypeScript (#356)
Danielku15 Jul 16, 2020
04c5757
Attempt on 1.0 alpha+latest publish
Danielku15 Jul 16, 2020
0b9f46c
Update dependencies
Danielku15 Jul 16, 2020
a452e73
Minor WPF fixes (fixes #373)
Danielku15 Jul 19, 2020
e0ec223
Slight adjustments on publish scripts for release
Danielku15 Jul 22, 2020
e6598c1
Use portable PDBs
Danielku15 Jul 22, 2020
85fa9a5
New workflow for final tagged release
Danielku15 Jul 22, 2020
0634b92
Merge branch 'master' into develop
Danielku15 Jul 24, 2020
8b5a914
Ignore duplicates to get build green
Danielku15 Jul 25, 2020
1d11822
Merge branch 'master' into develop
Danielku15 Jul 25, 2020
8223263
Bump to 1.1.0 for next features
Danielku15 Jul 25, 2020
015e02c
Added a per-note pitch bend event and used it on various effects. (#378)
Danielku15 Jul 25, 2020
d09b5ec
Multiple Soundfont support (#380)
Danielku15 Jul 26, 2020
34f3ba2
Add handling of Accidentals as advertised in Guitar Pro files (#381)
Danielku15 Jul 27, 2020
89c8f2a
Small fixes on playground samples of .net #383
Danielku15 Aug 11, 2020
383fc36
Add proper support of harmonics for GP3 (#389)
Danielku15 Aug 21, 2020
76930e2
Small patch for handling single value automations.
Danielku15 Aug 22, 2020
2ad19bd
Rework minimum space force calculation (#397)
Danielku15 Sep 6, 2020
10e3632
Corrected master volume calculation (resolves #399)
Danielku15 Sep 9, 2020
05af3e7
Remove some checks to allow starting player without soundfont loaded.…
Danielku15 Sep 23, 2020
94c5e87
Add basic support for Capella file format (#392)
Danielku15 Sep 27, 2020
f11d8bb
Adds support for percussion instruments with 1,2 or 3 lines (#382)
Danielku15 Oct 17, 2020
a8525fc
Fix metronome issues (#414)
Danielku15 Oct 17, 2020
e769760
Added split-tests for notation legend (#416)
Danielku15 Oct 18, 2020
05600e8
Remove dependency to http-server
Danielku15 Oct 19, 2020
496c8d1
Ensure right automatic barline setting as capella does it.
Danielku15 Oct 19, 2020
7266e6a
Ensure bend slur is not filled (#418)
Danielku15 Oct 20, 2020
aff79bc
Update selection cursor when setting playbackRange. (#419)
Danielku15 Oct 21, 2020
d666fea
Rework looping logic (#420)
Danielku15 Oct 30, 2020
646c2e3
fix error on yarn build #423 (#426)
wassertim Nov 2, 2020
0e565fd
Add mechanism to play a single beat and note (#428)
Danielku15 Nov 6, 2020
279cb88
Respect lyrics information on beat level if available (#429)
Danielku15 Nov 6, 2020
7c96937
Update to TypeScript4 (#431)
Danielku15 Nov 9, 2020
671507a
Fix always-true comparison (#437)
thoun Nov 27, 2020
497dc51
Fix crash when lyrics startBar is over bars length (#439)
thoun Nov 27, 2020
9f1c4e9
Ensure metronome is playing along solo tracks (#440)
Danielku15 Nov 27, 2020
d9b8a45
Add a count-in option (#432)
Danielku15 Nov 27, 2020
48553e5
Ensure size to width respects initial spring pre-width (#442)
Danielku15 Nov 29, 2020
91cfa6a
Bump develop to 1.2
Danielku15 Nov 29, 2020
72512ce
Support Guitar Pro 7 track volume (#445)
jordanske Dec 2, 2020
7dc8067
Update issue templates (#459)
Danielku15 Dec 9, 2020
02806e0
Update code-of-conduct.md
Danielku15 Dec 9, 2020
43b9843
Update code-of-conduct.md
Danielku15 Dec 9, 2020
421fb33
Update pull_request_template.md
Danielku15 Dec 13, 2020
b31f6a4
Bump ini from 1.3.5 to 1.3.8 (#465)
dependabot[bot] Dec 13, 2020
f5c8717
Update config.yml
Danielku15 Dec 22, 2020
0f7d433
Update config.yml
Danielku15 Dec 22, 2020
a60fcd3
Update config.yml
Danielku15 Dec 22, 2020
d6938a2
Update config.yml
Danielku15 Dec 22, 2020
0b07e0c
Rework JSON Serialization mechanism for Data Model (#466)
Danielku15 Dec 27, 2020
7e5a7a5
Add Guitar Pro 7 Exporter (#447)
Danielku15 Dec 30, 2020
7bc3fa3
Fixed some zoom related issues. (#483)
Danielku15 Dec 31, 2020
9ae6706
Improved detection of instrument and tuning in alphaTex (#484)
Danielku15 Dec 31, 2020
e9857be
Handle accidentals on tied notes across bars correctly (#485)
Danielku15 Dec 31, 2020
7f18d8f
Print Settings (#486)
Danielku15 Dec 31, 2020
648c7ec
Remove max volume limitation (#487)
Danielku15 Dec 31, 2020
97db84c
Fix wrong bend sounds (#488)
Danielku15 Dec 31, 2020
968764a
Import volume and balance from MusicXML #451 (#454)
jordanske Jan 2, 2021
7ea8d9e
Improve Beaming algorithm to handle collisions (#491)
Danielku15 Jan 3, 2021
a24051b
Add rendering of multiple track tunings (#492)
Danielku15 Jan 3, 2021
501fa37
Rework grace beat positioning (#493)
Danielku15 Jan 6, 2021
a654df4
Add high DPI scaling for HTML5 canvas for better display (#497)
Danielku15 Jan 6, 2021
dee694d
Fixed map parsing on JSON serializer (#501)
Danielku15 Jan 7, 2021
65f6d93
Add support for full-bar rests (#503)
Danielku15 Jan 7, 2021
34d3852
Update README.md
Danielku15 Jan 8, 2021
e210aa7
Add dedicated NotationBackColor property for WinForms Control (resolv…
Danielku15 Jan 8, 2021
625fabc
Handle collisions on multi-voice rests (#502)
Danielku15 Jan 9, 2021
0466854
Added detection mechanism for beat texts as lyrics. (#506)
Danielku15 Jan 10, 2021
d30f7ba
Compile alphaTab to ES6 (#512)
Danielku15 Jan 10, 2021
92ebca4
Remove outdated syntax, APIs and polyfills (#514)
Danielku15 Jan 10, 2021
e518b86
Add IntersectionObserver for initial load and lazy loading (#515)
Danielku15 Jan 10, 2021
7dee4a5
Added usage of resize observer if available. (#516)
Danielku15 Jan 10, 2021
4dfe053
Added some event data for easier sync with audio. (#522)
Danielku15 Jan 16, 2021
329678a
Add missing values lost after merge
Danielku15 Jan 16, 2021
40fe0e0
Respect container visibility on load.
Danielku15 Jan 16, 2021
5bc3837
Expose played midi events (#523)
Danielku15 Jan 17, 2021
f1edbdd
[Release 1.2] Update develop with master #524
Danielku15 Jan 17, 2021
2f23764
Merge branch 'master' into feature/update-from-master
Danielku15 Jan 17, 2021
a229b74
Merge pull request #526 from CoderLine/feature/update-from-master
Danielku15 Jan 17, 2021
afea551
Shift grace groups to the end.
Danielku15 Jan 17, 2021
aca638d
Shift grace groups to the end. #528
Danielku15 Jan 17, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
57 changes: 27 additions & 30 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,49 @@
---
name: 🕷 Bug report
name: "\U0001F577 Bug report"
about: Report a bug.
title: ''
labels: ":spider: type-bug"
assignees: Danielku15

---

<!--

!!! The issue templates provided here are mandatory to be used !!!
!!! Issues not filling out the provided structure and details !!!
!!! will be closed without addressing them. It takes you 2mins !!!
!!! more for us it takes a lot of time to organize and address !!!
!!! clarify open points if you do not provide them !!!


Additionally for bugs:

- IMPORTANT: Do not simply delete the whole template and submit without providing the details asked for! Issues not following the template will be closed without being worked on. Please try to be precise and provide all details that help to work on the issue.
- Please make sure that no other bug with the same topic exists already. Rather reopen a closed one than enter a new one.
- Ensure that you are using the lastest version.

❗❗ The issue templates provided here are mandatory to be used and filled out
❗❗ Issues not filling out the provided structure and details will be closed
-->

# Your environment

* Version used: (master branch)
* Platform used: JavaScript or C#
* Rendering engine used: SVG (default), HTML5 or GDI
* Browser Name and Version:
* Operating System and version (desktop or mobile):
* Link to your project:


# Expected Results
### Expected Results
<!-- Explain here what is your expected behavior of alphaTab. -->

# Observed Results
### Observed Results
<!-- Explain here how alphaTab is behaving currently. -->

# Steps to Reproduce (for bugs)
### Steps to Reproduce
<!--
Explain here the exact steps how to reproduce the problem. Try to provide a
running sample showing the issue. If you have problem with a dedicated input file,
please provide a download link or attach it to the issue.
-->

Link to jsFiddle, CodePen, Project etc.:

1.
2.
3.

# Possible Solution
<!-- If you already know a solution to the problem please provide it here. -->
### Further details
<!-- Provide any further valuable details here, feel free to leave this empty if you do not have more details or an idea how to solve it -->

### Your environment

**Version**
- [ ] 1.0
- [ ] 1.1
- [ ] 1.2-alpha.## <!-- Add your exact version here -->

**Flavor**
- [ ] JavaScript
- [ ] .net

**System**
<!-- Any details about your test environment like Browser name and version, .net version, operating system etc. -->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Feature Request
url: https://github.com/CoderLine/alphaTab/discussions?discussions_q=category%3AIdeas
about: Propose your desired feature with a new discussion.
- name: General Question
url: https://github.com/CoderLine/alphaTab/discussions?discussions_q=category%3AQ%26A
about: Ask any question about alphaTab.
37 changes: 0 additions & 37 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

37 changes: 0 additions & 37 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

16 changes: 16 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### Issues
<!-- Each pull request needs to be related to an issue, mention it here below -->
Fixes #

### Proposed changes
<!-- Describe the proposed changes -->

### Checklist
- [ ] I consent that this change becomes part of alphaTab under it's current or any future open source license
- [ ] Changes are implemented
- [ ] Existing builds tests pass
- [ ] New tests were added

## Further details
- [ ] This is a breaking change
- [ ] This change will require update of the documentation/website
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ bin/
.vs/
*.user
*.tgz
test-results/
test-results/
debug.log
src/generated/VersionInfo.ts
40 changes: 40 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"name": "Launch C# Compiler",
"type": "node",
Expand All @@ -25,6 +26,45 @@
"env": {
"TS_NODE_PROJECT": "tsconfig.build-csharp.json"
}
},

{
"name": "Launch TypeScript Generator",
"type": "node",
"request": "launch",
"args": [
"src.compiler/typescript/AlphaTabGenerator.ts",
"--project",
"tsconfig.build-csharp.json"
],
"runtimeArgs": [
"--nolazy",
"-r",
"ts-node/register"
],
"cwd": "${workspaceRoot}",
"protocol": "inspector",
"smartStep": false,
"internalConsoleOptions": "openOnSessionStart",
"env": {
"TS_NODE_PROJECT": "tsconfig.build-csharp.json"
}
},

{
"name": "Launch JavaScript Compiler",
"type": "node",
"request": "launch",
"runtimeExecutable": "npm",
"windows": {
"runtimeExecutable": "npm.cmd"
},
"runtimeArgs": [
"run-script",
"build",
"--inspect-brk=5858"
],
"port": 5858
}
]
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"files.exclude": {
"dist/lib.csharp/**": true,
"src.csharp/**": true
"src.csharp/**": true,
"node_modules/**": true
}
}
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ alphaTab is a cross platform music notation and guitar tablature rendering libra

![alphaTab](img/banner.png?raw=true "alphaTab")

# Getting Started

To get started follow our guides and tutorials at:

* https://www.alphatab.net/docs/introduction
* https://www.alphatab.net/docs/tutorials

## Build Status

> Until the official 1.0 release we recommend to use pre release versions based on the `develop` branch.
Expand All @@ -20,9 +27,7 @@ alphaTab is a cross platform music notation and guitar tablature rendering libra
# Downloads

The latest binaries based are available for download at either npmjs.org or NuGet.org.
Use the links below to grab the binaries from the latest builds. Please do not use the GitHub releases yet, they are not maintained. We recommend using package managers to pull the files to your projects.

> Until the official 1.0 release we recommend to use `develop` branch which are available as "pre-release" versions on the package registries.
Use the links below to grab the binaries from the latest builds. We recommend using package managers to pull the files to your projects.

&nbsp; | &nbsp;
--- | --- |
Expand Down
2 changes: 1 addition & 1 deletion code-of-conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at alexjovermorales@gmail.com. All
reported by contacting the project team via GitHub options. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
54 changes: 54 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const storage = multer.diskStorage({
const upload = multer({ storage: storage });
const cors = require('cors');
const fs = require('fs');
const path = require('path');

module.exports = function (config) {
config.set({
Expand Down Expand Up @@ -54,6 +55,38 @@ module.exports = function (config) {
port: 8090,
appVisitor: function (app, log) {
app.use(cors());
app.get(
'/list-files',
function (req, res) {
log.info(`loading files from ${req.query.dir}`);

const directoryPath = path.join(__dirname, req.query.dir);
fs.readdir(directoryPath, (err, files) => {
//handling error
if (err) {
res.status(400);
res.send(JSON.stringify(`Error: ${err.message}`));
} else {
res.send(JSON.stringify(files.filter(f =>
fs.statSync(path.join(directoryPath, f)).isFile()
)));
}
});
}
);
app.post(
'/save-file',
upload.fields([
{
name: 'file',
maxCount: 1
}
]),
function (req, res) {
log.info(`save file ${req.file}`);
res.send(JSON.stringify('OK'));
}
);
app.post(
'/save-visual-error',
upload.fields([
Expand All @@ -75,6 +108,27 @@ module.exports = function (config) {
res.send(JSON.stringify('OK'));
}
);
app.post(
'/list-files',
upload.fields([
{
name: 'expected',
maxCount: 1
},
{
name: 'actual',
maxCount: 1
},
{
name: 'diff',
maxCount: 1
}
]),
function (req, res) {
log.info(`save visual error ${req.file}`);
res.send(JSON.stringify('OK'));
}
);
}
},

Expand Down
Loading