Skip to content

Commit

Permalink
implement cascading instrument definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Jul 26, 2012
1 parent 4f98184 commit 15631d3
Show file tree
Hide file tree
Showing 17 changed files with 11,442 additions and 10,399 deletions.
4 changes: 2 additions & 2 deletions libmscore/event.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
EventData::EventData()
{
_type = 0;
_ontime = 0;
_ontime = -1;
_noquantOntime = 0;
_noquantDuration = 0;
_channel = 0;
Expand All @@ -44,7 +44,7 @@ EventData::EventData()
EventData::EventData(int t)
{
_type = t;
_ontime = 0;
_ontime = -1;
_noquantOntime = 0;
_noquantDuration = 0;
_channel = 0;
Expand Down
Loading

0 comments on commit 15631d3

Please sign in to comment.