-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
TL (timeline) #8
Comments
comments by @samdoshi The timeline stuff seems really really cool but maybe not just as a timeline... Would you be able to add direct execution of a time? E.g. TR.EXEC t, because now I can treat it as a function table... maybe something along the lines of: TIMELINE 0 X ADD X 5 TR.EXEC RAND 10 The other slightly out-there idea, would be to allow code to change the times, e.g. TL.MAP t1 t2 changes all the commands at t1 to t2. Also maybe TL.SWAP t1 t2 |
Patterns documentation
revised spec: new UI screen, TL editor
commands
possible commands for editing the TL data itself
considering commands that change position and also execute, though perhaps this is sufficient:
|
Timeline commands are supposed to be saved with the scene right? In which case attention will need to be given to the USB disk code too. Another OP... (or rather MOD):
|
a linear script system, sortof like csound scores. which i admit, i have no experience with, so please chime in with use cases that have already been addressed and solved that i'm overlooking.
this functionality would add a linear "score" of commands, that can be non-linearly executed with other teletype commands.
this would entail making another editor screen, like METRO, but may need more interactivity. each line would have an index or time marker. sequential lines can have the same time. ie:
of course add more interesting commands. i hope this buffer can be very long with many many events.
TL
gets/sets the timeline position.TL.NOW
executes the current position.TL.NEXT
adds one to the position and executes.TL.START
sets the start position (for control byTL.NEXT
)TL.END
sets the end positionTL.NOW
will do nothing.The text was updated successfully, but these errors were encountered: