1 / 14

Percussive Pattern Algorithms

Percussive Pattern Algorithms. Josh Parnell November 28, 2009. Part 1: Analysis. Objective: Store the pattern in data structures conducive to effective resynthesis. Input Pattern. Phase I - Segmentation. qpm. 4. 3. 2. 1. 4. 3. 2. 1. Segment width. Phase II - Stratification.

Download Presentation

Percussive Pattern Algorithms

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Percussive Pattern Algorithms Josh Parnell November 28, 2009

  2. Part 1: Analysis Objective: Store the pattern in data structures conducive to effective resynthesis

  3. Input Pattern

  4. Phase I - Segmentation qpm 4 3 2 1 4 3 2 1 Segment width

  5. Phase II - Stratification qpm 4 3 2 1 4 3 2 1 manual strata definitions A B C Segment width

  6. Phase III – Grammar Conversion qpm 4 3 2 1 4 3 2 1 manual strata definitions A A.1 A.1 A.2 A.1 A.3 A.4 A.2 A.2 B B.1 B.2 B.3 B.2 B.1 B.2 B.4 B.5 C.3 C.2 C.4 C.2 C.2 C.1 C.2 C.2 C Segment width Grammar Database

  7. Phase IV – Event Chain Conversion 4 3 2 1 4 3 2 1 A A.1 A.1 A.2 A.1 A.3 A.4 A.2 A.2 B B.1 B.2 B.3 B.2 B.1 B.2 B.4 B.5 C.3 C.2 C.4 C.2 C.2 C.1 C.2 C.2 C A: 1, 1, 2, 1, 3, 4, 2, 2 B: 1, 2, 3, 2, 1, 2, 4, 5 C: 1, 2, 2, 3, 4, 2, 2, 2 Markov Space A Markov Space B Markov Space C

  8. Thoughts • Markov spaces not enough to fully describe pattern – resynthesis will sound poor without further information • Consider zeroth-order probabilities of plural system states (requires a new XIAS engine?) • Choices in resynthesis based on weighted average of all algorithms (Markov, z-order, etc.)

  9. Thoughts (Cont’d) • Analysis to include some form of contextual intensity analysis • Treat qualitatively as a Markov event • Tie into compositional dynamics & accenting • Notice that this method becomes the GGrewve analysis engine if all pads are placed in the same stratum • Generalizing an already-successful algorithm to be even more flexible and powerful

  10. Part 2: Resynthesis Objective: Reproduce a pattern similar to the input but not identical (degree of similarity should be quantitatively adjustable)

  11. Ideas • Decisions made progressively • Loop through strata • Loop through grammar words • Calculate probability from each algorithm • Sum the probabilities • Choose next word based on weighted selection

  12. Part 3: Original Creation Objective: Randomly skew the stored pattern data structure (in an orderly way) to create an “original” style based on the input pattern

  13. Ideas • Perturb Markov probabilities • Possible without disturbing the equilibrium of higher-order systems? • Mutate the original event chain and recreate Markov spaces instead? • Perturb zeroth-order state probabilities • Mutate grammar words

  14. Problems • In resynthesis, cannot treat each stratum as individual choice; that would invalidate zeroth-order plural state algorithm • Calculating probability of each plural state requires exponential resources as strata increase! • Running and weighting multiple algorithms on every possible future state (even if each stratum is treated independently) requires huge runtime • Deviations from main pattern (example: fills) • How to detect? • How to treat? • Separate grammar and Markov space for deviations?

More Related