This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Center the pattern viewport.
tags/non-sequencer-v1.9.4
Jonathan Moore Liles
13 years ago
parent
ca56b8c337
commit
877d08759d
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/pattern.C
+ 2
- 0
src/pattern.C
View File
@@ -39,6 +39,8 @@ pattern::pattern ( void )
viewport.h = 32;
viewport.w = 32;
viewport.y = 64 - ( viewport.h + ( viewport.h / 2 ) );
_channel = _port = 0;
_ppqn = 4;
Write
Preview
Loading…
Cancel
Save