Skip to content

Commit

Permalink
Sawteeth 1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkomandy committed May 2, 2020
1 parent 8b7e358 commit 8626d6a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
5 changes: 3 additions & 2 deletions ReadMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
</head>
<body>

<h1>SawTeeth Documentation (1.3)</h1>
<h1>SawTeeth Documentation (1.4)</h1>
<p>
I'm glad that you're interested in sawteeth (you are
reading the readme you know).
Expand All @@ -23,7 +23,8 @@ <h2>Credits</h2>
<p>
Mail to: <a href="mailto:[email protected]">[email protected]</a>
<p>
Sawteeth homepage is <a href="http://pulkomandy.tk/projects/sawteeth">http://pulkomandy.tk/projects/sawteeth/</a>. Also check out the historical page <a href="http://audjoo.com/old/software/sawteeth/">http://audjoo.com/old/software/sawteeth/</a>
Sawteeth homepage is <a href="http://pulkomandy.tk/projects/sawteeth">http://pulkomandy.tk/projects/sawteeth/</a>.
Also check out the historical page <a href="http://audjoo.com/old/software/sawteeth/">http://audjoo.com/old/software/sawteeth/</a>

</p>

Expand Down
4 changes: 2 additions & 2 deletions Source/Resource.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ resource app_signature "application/x-vnd.Jonas_Norberg-Sawteeth";

resource app_version {
major = 1,
middle = 3,
middle = 4,
minor = 0,

variety = B_APPV_DEVELOPMENT,
internal = 0,

short_info = "Softsynth",
long_info = "Sawteeth is a softsynth / tracker\n© Jonas Norberg 2000 - 2001\n© Adrien Destugues 2010-2013"
long_info = "Sawteeth is a softsynth / tracker\n© Jonas Norberg 2000 - 2001\n© Adrien Destugues 2010-2020"
};

resource app_flags B_SINGLE_LAUNCH;
2 changes: 1 addition & 1 deletion Source/data/defaultsong.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

, 0,'S','a','w','t','e','e','t'
,'h',' ','E','d','i','t','o','r'
,'1','.','2', 0,'S','p','r','u'
,'1','.','4', 0,'S','p','r','u'
,'c','e',' ','/',' ','L','F',' '
,194,169,' ','2','0','0','1', 0
,'p','a','r','t', 0,'E','m','p'
Expand Down
2 changes: 1 addition & 1 deletion Source/stAboutView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stBmView::stBmView(BRect rect, BBitmap *bm):
SetLowColor(0,0,0);
SetHighColor(255,255,255);

sprintf(verstr,"%.2f",(float)ST_CURRENT_EDITOR_VERSION/1000.0);
sprintf(verstr,"%.1f",(float)ST_CURRENT_EDITOR_VERSION/1000.0);
}
void stBmView::Draw(BRect r)
{
Expand Down
2 changes: 1 addition & 1 deletion lib/headers/st_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Distributed under the terms of the MIT Licence. */

// editor version
#define ST_CURRENT_EDITOR_VERSION 1300
#define ST_CURRENT_EDITOR_VERSION 1400

// and filetypeversions is not always the same ...
// changed every time there is a change in the
Expand Down
7 changes: 7 additions & 0 deletions version_history
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
1.4 --------------------------------------------------------------------
Fixed bugs:
64bit compatibility
Fix sequence editor navigation in Haiku

1.3 --------------------------------------------------------------------
Fixed bugs:
Sometimes the parts were not showing in the sequencer
Avoid flickering on the sequencer when scrolling
Easier dragging of control points for instrument curves

Improvements:
This version now runs on Haiku
Make the zoom buttons on all window do sane things
vu-meters for each channel
Double clicking a part in the sequencer opens part editor

1.2 --------------------------------------------------------------------
Fixed bugs:
When deleteing a channel volume controls are moved also.
Expand Down

0 comments on commit 8626d6a

Please sign in to comment.