Search the Community
Showing results for tags 'polytempo'.
-
One of my approaches to creating, for example, 'percussive textures'...is to combine different/simultaneous bpms. One way...rendering separate audio files at bpm's say at 53 bpm, 59 bpm, 61 bpm, 67 bpm, 71 bpm...then mixing those individual audio stems together. Or another approach, with a sequencer environment like 'Numerology Pro'...creating individual 'sequencer stacks', each having their own separate sequencer clock set to different bpm, to create realtime MIDI/audio version of example above (or other prime number combinations like 'Prime Pillars' and prime spirals). Note, this is different from basic polyrhythms, which are still within the fractional metrics of regular divisive system (probably Elliot Carter had some method/terms closer to what I described above?) Given my current relative inexperience in the Opumodus language...could the more experienced among you perhaps suggest any approach/techniques to consider in order to generate the same final result of having different bpms for different individual voices playing SIMULTANEOUSLY in final output? Thanks in advance
- 8 replies
-
- polytempo
- mixed simultaneous tempos
-
(and 1 more)
Tagged with:
-
dear users and opusmodus-guys i'm an OPUSMODUS-newby, very happy with this direct and cool LISP-programming! now the question: i would like to create an polytempo-score for example: this BOTS (bot1-bot4) are playing/written in ONE score with ONE tempo - is it possible to create a score, so that every bot has his own tempo? in extremis: bot1 = 90bpm, bot2 = 91bpm... etc... like in "ars subtilior", but not with a modification of rhythm/duration... thanks for you support - perhaps it's very simple, i don't know... andré further informations to ploytempo etc... http://www.greschak.com/polytempo/ptword.htm -------my simple score-OMN with "material" bot1 to bot4 (def-score multi-bots (:title "multi-bots" :key-signature 'atonal :time-signature '(4 4) :tempo 90 :layout (bracket-group (treble-layout 'bot1) (treble-layout 'bot2) (treble-layout 'bot3) (treble-layout 'bot4))) (bot1 :omn mat_bot1 :channel 1 :sound 'gm :program 'acoustic-grand-piano) (bot2 :omn mat_bot2 :channel 2 :sound 'gm :program 'acoustic-grand-piano) (bot3 :omn mat_bot3 :channel 3 :sound 'gm :program 'acoustic-grand-piano) (bot4 :omn mat_bot4 :channel 4 :sound 'gm :program 'acoustic-grand-piano))