Skip to content

Commit

Permalink
Removed pedal objects
Browse files Browse the repository at this point in the history
  • Loading branch information
FangCunWuChang committed Nov 18, 2024
1 parent 36b64d5 commit ad58193
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ARASharedObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ namespace ARAExtension {
ARAContentTypeSheetChord = ARA::kARAContentTypeSheetChords,

ARAContentTypeNotePlus = 0x8000,
ARAContentTypeSustainPedal,
ARAContentTypeSostenutoPedal,
ARAContentTypeSoftPedal,
ARAContentTypePitchWheel,
ARAContentTypeAfterTouch,
ARAContentTypeChannelPressure,
Expand All @@ -33,12 +30,6 @@ namespace ARAExtension {
juce::String lyrics;
};

struct ARAContentPedal {
uint8_t channel;
double timeSec;
bool pedalOn;
};

struct ARAContentIntParam {
uint8_t channel;
double timeSec;
Expand Down

0 comments on commit ad58193

Please sign in to comment.