Files
Work/music/scales.hpp
2024-08-07 09:16:27 -04:00

119 lines
3.1 KiB
C++

#ifndef _MUSIC_SCALES_HPP_
#define _MUSIC_SCALES_HPP_
#ifndef _MUSIC_IONIANSCALE_HPP_
#include <music/IonianScale.hpp>
#endif
#ifndef _MUSIC_DORIANSCALE_HPP_
#include <music/DorianScale.hpp>
#endif
#ifndef _MUSIC_DORIANIISCALE_HPP_
#include <music/DorianIIScale.hpp>
#endif
#ifndef _MUSIC_PHRYGIANSCALE_HPP_
#include <music/PhrygianScale.hpp>
#endif
#ifndef _MUSIC_LYDIANSCALE_HPP_
#include <music/LydianScale.hpp>
#endif
#ifndef _MUSIC_MIXOLYDIANSCALE_HPP_
#include <music/MixolydianScale.hpp>
#endif
#ifndef _MUSIC_AEOLIANSCALE_HPP_
#include <music/AeolianScale.hpp>
#endif
#ifndef _MUSIC_LOCRIANSCALE_HPP_
#include <music/LocrianScale.hpp>
#endif
#ifndef _MUSIC_MINORPENTATONICSCALE_HPP_
#include <music/PentatonicMinorScale.hpp>
#endif
#ifndef _MUSIC_HARMONICMINORSCALE_HPP_
#include <music/HarmonicMinorScale.hpp>
#endif
#ifndef _MUSIC_MELODICMINORSCALE_HPP_
#include <music/MelodicMinorScale.hpp>
#endif
#ifndef _MUSIC_DORIANIISCALE_HPP_
#include <music/DorianIIScale.hpp>
#endif
#ifndef _MUSIC_LYDIANAUGMENTEDSCALE_HPP_
#include <music/LydianAugmentedScale.hpp>
#endif
#ifndef _MUSIC_LYDIANDOMINANTSCALE_HPP_
#include <music/LydianDominantScale.hpp>
#endif
#ifndef _MUSIC_LOCRIAN2SCALE_HPP_
#include <music/Locrian2Scale.hpp>
#endif
#ifndef _MUSIC_ALTEREDSCALE_HPP_
#include <music/AlteredScale.hpp>
#endif
#ifndef _MUSIC_DIMINISHEDWHOLESCALE_HPP_
#include <music/DiminishedWholeScale.hpp>
#endif
#ifndef _MUSIC_DIMINISHEDHALFSCALE_HPP_
#include <music/DiminishedHalfScale.hpp>
#endif
#ifndef _MUSIC_WHOLETONESCALE_HPP_
#include <music/WholeToneScale.hpp>
#endif
#ifndef _MUSIC_BEBOPDOMINANTSCALE_HPP_
#include <music/BeBopDominantScale.hpp>
#endif
#ifndef _MUSIC_BEBOPMAJORSCALE_HPP_
#include <music/BeBopMajorScale.hpp>
#endif
#ifndef _MUSIC_BEBOPTONICMINORSCALE_HPP_
#include <music/BeBopTonicMinorScale.hpp>
#endif
#ifndef _MUSIC_BEBOPMINORSCALE_HPP_
#include <music/BeBopMinorScale.hpp>
#endif
#ifndef _MUSIC_EIGHTTONESPANISHSCALE_HPP_
#include <music/EightToneSpanishScale.hpp>
#endif
#ifndef _MUSIC_ENIGMATICSCALE_HPP_
#include <music/EnigmaticScale.hpp>
#endif
#ifndef _MUSIC_GYPSYSCALE_HPP_
#include <music/GypsyScale.hpp>
#endif
#ifndef _MUSIC_HUNGARIANSCALE_HPP_
#include <music/HungarianScale.hpp>
#endif
#ifndef _MUSIC_HUNGARIANMINORSCALE_HPP_
#include <music/HungarianMinorScale.hpp>
#endif
#ifndef _MUSIC_LEADINGWHOLETONESCALE_HPP_
#include <music/LeadingWholeToneScale.hpp>
#endif
#ifndef _MUSIC_LYDIANMINORSCALE_HPP_
#include <music/LydianMinorScale.hpp>
#endif
#ifndef _MUSIC_MAJORLOCRIANSCALE_HPP_
#include <music/MajorLocrianScale.hpp>
#endif
#ifndef _MUSIC_NEAPOLITANMAJORSCALE_HPP_
#include <music/NeapolitanMajorScale.hpp>
#endif
#ifndef _MUSIC_NEAPOLITANMINORSCALE_HPP_
#include <music/NeapolitanMinorScale.hpp>
#endif
#ifndef _MUSIC_ORIENTALSCALE_HPP_
#include <music/OrientalScale.hpp>
#endif
#ifndef _MUSIC_TODISCALE_HPP_
#include <music/ToDiScale.hpp>
#endif
#ifndef _MUSIC_SUPERLOCRIANSCALE_HPP_
#include <music/SuperLocrianScale.hpp>
#endif
#ifndef _MUSIC_BAROQUESCALE_HPP_
#include <music/BaroqueScale.hpp>
#endif
#ifndef _MUSIC_PHRYGIANDOMINANTSCALE_HPP_
#include <music/PhrygianDominantScale.hpp>
#endif
#endif