Online Sequencer Make music online
  • Sequences
  • Members
  • Chat
  • Forum
  • Wiki

Existing user? Sign In Create account
Login at Online Sequencer Forums

Online Sequencer Forums › Online Sequencer › Online Sequencer Discussion
« Previous 1 … 36 37 38 39 40 … 79 Next »

Console Marker Commands

Thread tools
Console Marker Commands
emekat Offline
Member
108 Posts:
 
#6
06-10-2021, 05:43 PM
(06-10-2021, 05:34 PM)Liam Wrote: Be careful messing around with the markers in the console. They're stored in a complicated data structure, to reduce CPU use when playing the song.

Changing marker values, or toggling blending in the console is ok. Changing marker instrument, setting, or time via the console will break things.

There's not even an easy way of listing all the markers in the song, because of that data structure. So what I do is use the selection instead. I select the markers I want to mess with, then iterate over selection.markers instead:
for (const m in selection.markers) console.log(m);

The only marker function that you could reasonably use from the console is this one:
addMarker(time, setting, instrument, value, blend)

If people have ideas for other console commands, they're easy enough to add. I should probably add something like selectNotesIf for markers.

Sorry my above reply was to Lucent.

Ok, I think add marker could work. What I really want to do is just enter precise numbers for the settings. So if the marker was set inst volume at .52 I could change it to .5 etc

This would not have been an issue if you had not deprecated the text files. Tounge


I remixed the remix.  Now it's back to normal. ~Mitch Hedberg
Reply

Messages In This Thread
Console Marker Commands - by emekat - 06-10-2021, 05:09 PM
RE: Console Marker Commands - by LucentTear - 06-10-2021, 05:27 PM
RE: Console Marker Commands - by Liam - 06-10-2021, 05:34 PM
RE: Console Marker Commands - by emekat - 06-10-2021, 05:43 PM
RE: Console Marker Commands - by LucentTear - 06-10-2021, 05:49 PM
RE: Console Marker Commands - by emekat - 06-10-2021, 05:46 PM
RE: Console Marker Commands - by emekat - 06-10-2021, 05:38 PM
RE: Console Marker Commands - by LucentTear - 06-10-2021, 05:40 PM
RE: Console Marker Commands - by Liam - 06-10-2021, 05:47 PM
RE: Console Marker Commands - by emekat - 06-10-2021, 06:42 PM



Users browsing this thread:   1 Guest(s)


  •  Return to Top
  •  Contact Us
  •   Home
  •  Lite mode
© Rush Crafted with ❤ by iAndrew
Powered By MyBB, © 2002-2025 MyBB Group.
Linear Mode
Threaded Mode
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend