audio_melody_to_piano_roll
Convert audio files into piano roll notes in FL Studio. Supports monophonic or polyphonic transcription with key snapping and BPM alignment.
Instructions
Extract notes from an audio file and push them into the FL piano roll.
Default extracts the dominant monophonic line (pyin). With
polyphonic=True, Spotify Basic Pitch transcribes chords / all notes
(needs the polyphonic extra).
If bpm is None, the detected BPM is used. If snap_to_detected_key
is True, all notes are snapped to the detected key of the track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| bpm | No | ||
| snap_to_detected_key | No | ||
| transpose_semitones | No | ||
| min_confidence | No | ||
| polyphonic | No | ||
| clear_first | No |