Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

clsource
Copy link

No description provided.


## Naming Samples

Piggy will order your samples alphabetically and assign them to instruments automatically.
Copy link
Owner

@djdiskmachine djdiskmachine Sep 15, 2024

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.
Copy link
Owner

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
Copy link
Owner

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?
Copy link
Owner

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.
Copy link
Owner

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.
Copy link
Owner

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

@clsource
Copy link
Author

I understand. Is best to create a new document I guess.

@clsource clsource closed this Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants