\83¬ã\83¼ã\83³ç¨®å\88¥.cs - RSS feed" href="/view?p=strokestylet/CsWin10Desktop3.git;a=rss;f=SSTFormat/%C3%A3%C2%83%C2%AC%C3%A3%C2%83%C2%BC%C3%A3%C2%83%C2%B3%C3%A7%C2%A8%C2%AE%C3%A5%C2%88%C2%A5.cs" type="application/rss+xml" /> \83¬ã\83¼ã\83³ç¨®å\88¥.cs - RSS feed (no merges)" href="/view?p=strokestylet/CsWin10Desktop3.git;a=rss;f=SSTFormat/%C3%A3%C2%83%C2%AC%C3%A3%C2%83%C2%BC%C3%A3%C2%83%C2%B3%C3%A7%C2%A8%C2%AE%C3%A5%C2%88%C2%A5.cs;opt=--no-merges" type="application/rss+xml" /> \83¬ã\83¼ã\83³ç¨®å\88¥.cs - Atom feed" href="/view?p=strokestylet/CsWin10Desktop3.git;a=atom;f=SSTFormat/%C3%A3%C2%83%C2%AC%C3%A3%C2%83%C2%BC%C3%A3%C2%83%C2%B3%C3%A7%C2%A8%C2%AE%C3%A5%C2%88%C2%A5.cs" type="application/atom+xml" /> \83¬ã\83¼ã\83³ç¨®å\88¥.cs - Atom feed (no merges)" href="/view?p=strokestylet/CsWin10Desktop3.git;a=atom;f=SSTFormat/%C3%A3%C2%83%C2%AC%C3%A3%C2%83%C2%BC%C3%A3%C2%83%C2%B3%C3%A7%C2%A8%C2%AE%C3%A5%C2%88%C2%A5.cs;opt=--no-merges" type="application/atom+xml" />

OSDN Git Service

シンバルミュートチップを実装。
[strokestylet/CsWin10Desktop3.git] / SSTFormat / ã\83¬ã\83¼ã\83³ç¨®å\88¥.cs
1 using System;
2
3 namespace SSTFormat
4 {
5         public enum レーン種別
6         {
7                 LeftCrash,
8                 Ride,   // 左右指定なし
9                 China,  // 左右指定なし
10                 Splash, // 左右指定なし
11                 HiHat,
12                 Foot,
13                 Snare,
14                 Bass,
15                 Tom1,
16                 Tom2,
17                 Tom3,
18                 RightCrash,
19                 BPM,
20                 Song,
21         }
22 }