Sort arrays

Discuss problems and solutions.
Post Reply
electrofux
Regular
Posts: 294
Joined: 24 Jan 2012 18:22

Sort arrays

Post by electrofux »

Does anyone have a function to sort arrays at hand? My head explodes after dealing the hole day with the darn issue that the stepcount of a sequencer and its pitches cannot change within the same script/frame. I am doing an arpeggiator which kindof circumvented that issue but now i need to sort arrays.
Joe Soap
Regular
Posts: 462
Joined: 07 Jul 2012 15:04

Re: Sort arrays

Post by Joe Soap »

Might be something here you can use:

https://liine.net/en/community/user-library/view/330/

"SL Vector is a module that contains functions for working with vectors. Includes functions to sort, shuffle, append, prepend, reverse, add items, remove items, create vectors, and more."
electrofux
Regular
Posts: 294
Joined: 24 Jan 2012 18:22

Re: Sort arrays

Post by electrofux »

Looks good. Thx.
Post Reply