Arpeggiator Questions

Share your technical insight with beginners in this area, or pick up techniques and tricks-of-the-trade posted by seasoned Orion users.

Moderators: Christophe, Mark

Arpeggiator Questions

Postby El_Capitan » Sun Nov 21, 2010 5:51 pm

How exactly does the note configuration text files work with the Built-in Arpeggiator?

In the header I see:

' ARPEGGIATOR CONFIGURATION FILE
' ------------------------------
' a list of up to 16 relative positions:
' e.g. ArpIndexes = +2, -1 means jump 2 notes
' upwards, then one note down etc.


ArpIndexes = <numbers here>


What is the baseline from where these notes jump up or down?

For instance if I have 3 note chord playing G#-C-D# together and in the arp config file I have ArpIndexes = 1, 2, -3 and the Range is set to 3, what would/is happening?
El_Capitan
Regular
 
Posts: 362
Joined: Tue Jan 13, 2004 4:07 am

Arpeggiator Questions

Postby ufo » Sun Nov 21, 2010 9:32 pm

those numbers refer to semi tones up (+) or down (-) from the root note.

Check out some of the other text files, this should help.
Last edited by ufo on Sun Nov 21, 2010 9:32 pm, edited 1 time in total.
---=u f o=--- /Radiation Mutant / Snee-Nee-Iq
ufo
Elite Producer
 
Posts: 1671
Joined: Wed Jan 14, 2004 12:11 pm
Location: Mt Dandenong Australia

Arpeggiator Questions

Postby El_Capitan » Sun Nov 21, 2010 11:15 pm

Thank you for responding.. But unfortunately that doesn't help actually.. perhaps you could further explain?

lets make my example more simplistic.. if I was playing a chord consisting of C E G and the arp pattern said 1 2 3 does this mean its going to play C E G in that order? what about if it only has 3 ? surely its not just playing C I can hear more notes being played.. I'm a bit lost as to what is happening..

The manual says 'try it yourself' but thats not an explanation :lol: I've been 'trying' it for 8 years.. a solid explanation would be handy.
Last edited by El_Capitan on Sun Nov 21, 2010 11:20 pm, edited 1 time in total.
El_Capitan
Regular
 
Posts: 362
Joined: Tue Jan 13, 2004 4:07 am

Arpeggiator Questions

Postby HYPNAGOGIA » Sun Nov 21, 2010 11:40 pm

I think the header of that configuration file along with ufo's explanation should give you a clue what's happening.

If I understood that right, if you have arp pattern +1, +2, +3, it will jump 1 notes up, then 2 up, then 3 up. Playing a three-note chord should do that for all the notes, I think, so playing C E G at the same time should give you:
1st note: C# F G#
2nd note: D F# A
3rd note: D# G A#

I think... not sure though.
User avatar
HYPNAGOGIA
Godlike
 
Posts: 4855
Joined: Tue Jun 21, 2005 1:17 am
Location: Serbia

Arpeggiator Questions

Postby Mark » Sun Nov 21, 2010 11:55 pm

That's not quite right. Say you're holding down C E G, the first note played will be C. If the arp pattern is +1 +2 +3, E will be the next note played (+1) followed by G (+2). +3 will be ignored as that would require a 4th note to be pressed so the arp goes back to 0 instead then E and G again ad infinitum or until you release the keys.
User avatar
Mark
Moderator
Moderator
 
Posts: 4225
Joined: Mon Jan 12, 2004 3:29 am
Location: London, UK

Arpeggiator Questions

Postby El_Capitan » Sun Nov 21, 2010 11:57 pm

HYPNAGOGIA wrote:I think the header of that configuration file along with ufo's explanation should give you a clue what's happening.

If I understood that right, if you have arp pattern +1, +2, +3, it will jump 1 notes up, then 2 up, then 3 up. Playing a three-note chord should do that for all the notes, I think, so playing C E G at the same time should give you:
1st note: C# F G#
2nd note: D F# A
3rd note: D# G A#

I think... not sure though.


Thats weird. So its not playing my original chord at all??

Can anyone confirm this is exactly what is happening? Rich, how about you, you coded it. :lol: Would you explain please in more detail?
El_Capitan
Regular
 
Posts: 362
Joined: Tue Jan 13, 2004 4:07 am

Arpeggiator Questions

Postby Mark » Mon Nov 22, 2010 12:01 am

El_Capitan wrote:
HYPNAGOGIA wrote:I think the header of that configuration file along with ufo's explanation should give you a clue what's happening.

If I understood that right, if you have arp pattern +1, +2, +3, it will jump 1 notes up, then 2 up, then 3 up. Playing a three-note chord should do that for all the notes, I think, so playing C E G at the same time should give you:
1st note: C# F G#
2nd note: D F# A
3rd note: D# G A#

I think... not sure though.


Thats weird. So its not playing my original chord at all??

Can anyone confirm this is exactly what is happening? Rich, how about you, you coded it. :lol: Would you explain please in more detail?


It's not right. My description is the correct one (I hope :lol:)
User avatar
Mark
Moderator
Moderator
 
Posts: 4225
Joined: Mon Jan 12, 2004 3:29 am
Location: London, UK

Arpeggiator Questions

Postby HYPNAGOGIA » Mon Nov 22, 2010 12:38 am

Heck, I said I wasn't sure :hihi:

I prefer to put my notes by hand ;)
User avatar
HYPNAGOGIA
Godlike
 
Posts: 4855
Joined: Tue Jun 21, 2005 1:17 am
Location: Serbia

Arpeggiator Questions

Postby El_Capitan » Mon Nov 22, 2010 1:40 am

Mark wrote:
El_Capitan wrote:
HYPNAGOGIA wrote:I think the header of that configuration file along with ufo's explanation should give you a clue what's happening.

If I understood that right, if you have arp pattern +1, +2, +3, it will jump 1 notes up, then 2 up, then 3 up. Playing a three-note chord should do that for all the notes, I think, so playing C E G at the same time should give you:
1st note: C# F G#
2nd note: D F# A
3rd note: D# G A#

I think... not sure though.


Thats weird. So its not playing my original chord at all??

Can anyone confirm this is exactly what is happening? Rich, how about you, you coded it. :lol: Would you explain please in more detail?


It's not right. My description is the correct one (I hope :lol:)


Thanks to both for responding at least :c ) But yours does make a bit more sense.. so the arp text file just defines note order based off of what is being played in the piano roll?

What do you think would happen if I plopped in a negative value in the arp list? say +1 +2 -3 on C E G? Does it now play C E G E (reverting back 3 semis from G to E) or does it go C E G G (going back from root C down to the next lowest G) ? or something completely different?
El_Capitan
Regular
 
Posts: 362
Joined: Tue Jan 13, 2004 4:07 am


Return to Tips'n'tricks

Who is online

Users browsing this forum: No registered users and 389 guests

cron
© 2017 Synapse Audio Software. All Rights Reserved.