Actions

Built In Autogen Section Definitions

From RBN/C3 Documentation

This page lists all the practice sections which are handled by default by the autogen system in Magma 2.0.

;
;  This contains the default set of mappings we use to go from actual practice section names
;  to a category (i.e "verse") that the autogen themes are centered around
;

(intro 
  (practice_sections "*intro*")
)
(preverse 
  (practice_sections "*preverse*")
)     
(verse1 
  (practice_sections "*verse_1*")
)
(verse2 
  (practice_sections "*verse_2*")
)
(verse3 
  (practice_sections "*verse_3*" "*verse_4*" "*verse_5*" "*verse_6*" "*verse_7*" "*verse_8*" "*verse_9*")
)
(postverse 
  (practice_sections "*postverse*")
)
(prechorus 
  (practice_sections "*prechorus*")
)
(postchorus 
  (practice_sections "*postchorus*")
)  
(chorus1 
  (practice_sections "*chorus_1*")
)
(chorus2 
  (practice_sections "*chorus_2*")
)
(chorus3 
  (practice_sections "*chorus_3*" "*chorus_4*" "*chorus_5*" "*chorus_6*" "*chorus_7*" "*chorus_8*" "*chorus_9*")  
)
(solo 
  (practice_sections "*solo*")
)
(bridge 
  (practice_sections "*bridge*")
)
(outro 
  (practice_sections "*outro*")
)
(main_riff
  (practice_sections "*main_riff*")
)