Skip to content

Commit

Permalink
[Docs] Small docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
melanchall committed Sep 16, 2024
1 parent 7a696b0 commit f7ae5db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Docs/articles/composing/Pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ The length will be of six cells:

So if one cell means 8th triplet time span in our example, the length of the note will be `1/2`.

## Customization
### Customization

It's time to discuss how you can adjust piano roll processing. First of all, as we said before, you can set custom symbols for a single-cell note, start and end of a multi-cell note:

Expand Down
17 changes: 9 additions & 8 deletions Docs/articles/dev/Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ Here you'll find information about how to create good issues on the DryWetMIDI s
Things to pay attention for are:

1. If possible, provide MIDI files you have a problem with or create sample ones to reproduce the error or show what you want to do.
2. Provide the error message or/and screenshot of it in case of exception or build error.
3. Provide your code (as text, not as a screenshot!) and point me to the place where the error occurred or where you need to do something.
4. What is your operating system?
5. What version of the library do you use?
6. Use proper MIDI terminology. Official MIDI specification can be found on the [midi.org](https://midi.org/midi-1-0-detailed-specification).
7. Use formatting for your messages (especially for code blocks):
1. Learn .NET (C#/VB.NET) before asking questions.
2. If possible, provide MIDI files you have a problem with or create sample ones to reproduce the error or show what you want to do.
3. Provide the error message or/and screenshot of it in case of exception or build error.
4. Provide your code (as text, not as a screenshot!) and point me to the place where the error occurred or where you need to do something.
5. What is your operating system?
6. What version of the library do you use?
7. Use proper MIDI terminology. Official MIDI specification can be found on the [midi.org](https://midi.org/midi-1-0-detailed-specification).
8. Use formatting for your messages (especially for code blocks):
* on GitHub use [Markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax);
* on emails use formatting provided by your mail client.
8. Use the English language.
9. Use the English language.

Creating an issue or a discussion on the project's GitHub page, be sure to provide a short title and put all required info as the description.

0 comments on commit f7ae5db

Please sign in to comment.