-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExtraNotes.html
164 lines (134 loc) · 6.55 KB
/
ExtraNotes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ExtraNotes</title>
<link rel="stylesheet" href="/css/reset.css" type="text/css" />
<link rel="stylesheet" href="/css/default.css" type="text/css" />
<link rel="stylesheet" href="/css/button.css" type="text/css" />
<script language="javascript" src="/js/email.js"></script>
<!-- google analytics -->
<script type='text/javascript'>
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type='text/javascript'>
var pageTracker = _gat._getTracker("UA-4400684-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</head>
<body>
<div id="smallheader">
<div class="wrapper">
<div id="logo">
<a href="/"><img src="/images/ta_logo_inverted.png" alt="Teragon Audio"/></a>
</div>
<!--
<div id="right">
<form method="get" id="searchform" action="#">
<fieldset class="search">
<input type="text" class="box" />
<button class="btn" title="Search">Search</button>
</fieldset>
</form>
</div>
-->
</div>
</div>
<div id="contentpart">
<div class="wrapper">
<ul class="menu">
<li class="menuitem"><a href="index.html">Home</a></li>
<li class="menuitem"><a href="/software.html">Software</a></li>
<li class="menuitem"><a href="/developers.html">Developer Portal</a></li>
<li class="menuitem"><a href="/performers.html">Performer Portal</a></li>
<li class="menuitem"><a href="/contact.html">Contact</a></li>
</ul>
<div id="content">
<div id="main" class="news">
<!-- Start content -->
<h1 id="extranotes">ExtraNotes</h1>
<p><strong>NOTE</strong>: This software is unsupported and is no longer being updated or
maintained. It likely will not work on newer versions of macOS.</p>
<p>ExtraNotes is a simple plugin for keeping text or image notes alongside an
arrangement. Formerly called “AUNotes”, ExtraNotes now supports Mac OSX,
Windows, and Linux with 64-bit versions on all platforms (whereas AUNotes was
an AudioUnit plugin for Mac OSX only).</p>
<p><img src="http://static.teragonaudio.com/website/ta_extranotes.png" alt="ExtraNotes Text Editing" />
<img src="http://static.teragonaudio.com/website/ta_extranotes_image.png" alt="ExtraNotes Image Editing" /></p>
<h2 id="usage">Usage</h2>
<p>To use, simply insert the plugin in the desired channel in your arrangement,
and type away. Your changes will be saved automatically when you save your
document in the host sequencer. You can have several instances of ExtraNotes
in an arrangement, each with their own contents. Since ExtraNotes can only
hold a single image, you’ll need multiple instances of the plugin if you want
to save several images.</p>
<p>ExtraNotes can hold an unlimited amount of text and a single image. The “Text”
and “Image” buttons on the top will toggle the editor to switch between
editing the text note or the image.</p>
<p>You can import content into the plug-in using the “Import” button on the upper
right-hand corner. The file browser will filter the available files you can
choose based on the active tab. So to import an image, the “Image” button must
first be selected.</p>
<p>Pressing “Clear” will remove contents of the current editor tab. The contents
of the other unselected tab will not be affected.</p>
<h2 id="limitations">Limitations</h2>
<p>Unfortunately, text input in plugins is still problematic for many sequencers.
When starting a new instance of ExtraNotes, the default text may contain
details about an unsupported sequencer or operating system.</p>
<p>On Windows, this seems to be particularly problematic, and is a <a href="http://www.juce.com/forum/topic/vst-plugin-still-not-getting-keystrokes">known issue
in the underlying Juce framework</a> which powers ExtraNotes.</p>
<p>I have tried to test the plug-in on as many sequencers as possible, however if
you discover one which does not work, please email support (at) teragonaudio
(dot) com with your system information. Likewise, if ExtraNotes warns you
about a possibly broken host which works fine, please email the support
address so that I can add the host to the whitelist of known working
sequencers.</p>
<p>It is possible to use cut/copy/paste within the text editor, however many
sequencers intercept these keystrokes for themselves. In this case, you can
access these functions by right-clicking in the note to bring up a context
menu.</p>
<p>ExtraNotes only supports plain-text notes (ie, no bold, italics, or other rich
text). Only JPG/PNG/GIF (non-animated) images are supported. It is not
possible to export content from ExtraNotes to regular files.</p>
<h2 id="license">License</h2>
<p>ExtraNotes is licensed under the GPL2. Please see the LICENSE.txt file
distributed with the software for more details.</p>
<hr />
<p>Changelog:</p>
<p>Version 3.0.0:</p>
<ul>
<li>New GUI!</li>
<li>Can import images in notes now</li>
<li>Support for Linux & Windows (Windows not working so well though)</li>
<li>64-bit plugins on all platforms</li>
<li>Add documentation in README</li>
<li>Change license to GPL2</li>
</ul>
<p>Version 2.0:</p>
<ul>
<li>Bugfixes</li>
</ul>
<!-- End content -->
</div>
<div id="sidebar">
<ul class="sidemenu">
<li><a href="http://static.teragonaudio.com/downloads/ExtraNotesExtraNotes.zip" class="downloadbutton"><b>Download</b></a><p></p></li>
<li><a href="https://github.com/teragonaudio/ExtraNotes/zipball/master">Source code</a></li>
<li><a href="https://github.com/teragonaudio/ExtraNotes">Project page</a></li>
</ul>
</div>
</div>
<div style="clear:both;"></div>
<div id="bottom">
<p class="footer">
<b>Having problems with this software?</b> Send an email to
<script>mail2("support", "teragonaudio", 0, "subject=ExtraNotes", "support at teragonaudio dot com")</script>.
Copyright (c) 2012 Teragon Audio. All Rights Reserved.
</p>
</div>
</div>
</div>
</body>
</html>