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

馃攷 New Pattern events; separate TimeMarker from arrangements? #27

Closed
demberto opened this issue Sep 14, 2022 · 1 comment
Closed
Labels
enhancement New feature or request pattern-general Pattern data not related to notes or controllers timemarker
Milestone

Comments

@demberto
Copy link
Owner

PyFLP/pyflp/pattern.py

Lines 101 to 104 in ceff918

# ChannelIID, _161, _162, Looped, Length occur when pattern is looped.
# ChannelIID and _161 occur for every channel in order.
# ! Looping a pattern puts timemarkers in it. The same TimeMarkerID events are
# !used, which means I need to refactor it out from pyflp.arrangement.

PyFLP/pyflp/pattern.py

Lines 112 to 114 in ceff918

ChannelIID = (DWORD + 32, U32Event) # TODO (FL v20.1b1+)
_161 = (DWORD + 33, I32Event) # TODO -3 if channel is looped else 0 (FL v20.1b1+)
_162 = (DWORD + 34, U32Event) # TODO Appears when pattern is looped, default: 2

@demberto demberto added this to the PyFLP 2.0.0 milestone Sep 14, 2022
@demberto demberto added the enhancement New feature or request label Sep 17, 2022
@demberto demberto changed the title discover: New Pattern events; possible decoupling of TimeMarker from arrangements 馃攷 New Pattern events; possible decoupling of TimeMarker from arrangements Sep 17, 2022
@demberto demberto added timemarker pattern-general Pattern data not related to notes or controllers labels Oct 8, 2022
@demberto demberto changed the title 馃攷 New Pattern events; possible decoupling of TimeMarker from arrangements 馃攷 New Pattern events; separate TimeMarker from arrangements? Oct 8, 2022
@demberto
Copy link
Owner Author

Closed via 19ab339

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pattern-general Pattern data not related to notes or controllers timemarker
Projects
None yet
Development

No branches or pull requests

1 participant