-
Notifications
You must be signed in to change notification settings - Fork 22
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
added tips and tricks #129
Conversation
|
||
## Naming Samples | ||
|
||
Piggy will order your samples alphabetically and assign them to instruments automatically. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Samples have to be assigned to instruments by the user, they are only assigned "automatically" when loading them into a project where they will be assigned to the first available slot.
## Naming Samples | ||
|
||
Piggy will order your samples alphabetically and assign them to instruments automatically. | ||
The recommendation is using three numbers to prefix your sample name. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you expect to have up to 1000 samples in the folder
|
||
## Loop Points | ||
|
||
Loop points are in `Hex` values. So you can use your favourite calculator to convert |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most numbers in most trackers are in hex
Loop points are in `Hex` values. So you can use your favourite calculator to convert | ||
from decimal to hex. | ||
|
||
## There's a click as each new note fires? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section needs clarification of what a zero crossing is, where these could occur and an explanation of why the suggestions mitigate the issue.
Focus on points 1 and 4, the other two were written in jest
|
||
**Example** | ||
|
||
For "oscillators" double the length and subtract one octave, for instance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Subtract an octave?
If this is referring to the Root Note setting in instrument screen?
|
||
- WAV. | ||
- 44100 Hz. | ||
- Signed 16-bit PCM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed 16 bit little-endian PCM or 8 bit
I understand. Is best to create a new document I guess. |
No description provided.