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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃攷 Content declicking mode #58

Closed
demberto opened this issue Sep 22, 2022 · 0 comments
Closed

馃攷 Content declicking mode #58

demberto opened this issue Sep 22, 2022 · 0 comments
Assignees
Labels
channel-sampler unknown Undiscovered, new or unused fields in structs
Milestone

Comments

@demberto
Copy link
Owner

image

PyFLP/pyflp/channel.py

Lines 753 to 760 in e5cf566

class Content(MultiEventModel, ModelReprMixin):
"""Used by :class:`Sampler`."""
# declick_mode: enum
keep_on_disk = FlagProp(_SamplerFlags.KeepOnDisk, ChannelID.SamplerFlags)
load_regions = FlagProp(_SamplerFlags.LoadRegions, ChannelID.SamplerFlags)
load_slices = FlagProp(_SamplerFlags.LoadSliceMarkers, ChannelID.SamplerFlags)
resample = FlagProp(_SamplerFlags.Resample, ChannelID.SamplerFlags)

@demberto demberto added the enhancement New feature or request label Sep 22, 2022
@demberto demberto added this to the PyFLP 2.0.0 milestone Sep 22, 2022
@demberto demberto self-assigned this Sep 22, 2022
@demberto demberto added unknown Undiscovered, new or unused fields in structs models High-level API and removed enhancement New feature or request models High-level API labels Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
channel-sampler unknown Undiscovered, new or unused fields in structs
Projects
None yet
Development

No branches or pull requests

1 participant