Jonathan Moore Liles
211e45bc1b
Lower the minimum size hint for the main window.
17 years ago
Juuso Alasuutari
e1d13ce083
Fix ordering of LASH/JACK initialization.
Signed-off-by: Jonathan Moore Liles <j.liles@unix.net>
17 years ago
Jonathan Moore Liles
7d8423bbaf
Minor updates to documentation.
17 years ago
Jonathan Moore Liles
1d79326c1b
Fix tpyos in documentation.
17 years ago
Jonathan Moore Liles
9948b9e307
Add table of contents to manual.
17 years ago
Jonathan Moore Liles
21a42171a4
Bump version.
17 years ago
Jonathan Moore Liles
7ce661c3a4
Include git HEAD in about dialog for non-releases.
17 years ago
Jonathan Moore Liles
dcb690d7e1
Add proper GPL header to Makefile
17 years ago
Jonathan Moore Liles
d70dd3a517
Change the way patterns are triggered in sequence mode.
Now patterns should be triggered properly even if we come in in the
middle of a phrase, as happens when randomly relocating the transport.
17 years ago
Jonathan Moore Liles
81f504f88b
Don't always clobber the viewport Y when changing canvas grid.
17 years ago
Jonathan Moore Liles
c71283fb85
Include event type number in warning for unhandled LASH events.
17 years ago
Jonathan Moore Liles
f440223d20
Add shortcuts to 'modified since last save' dialog.
17 years ago
Jonathan Moore Liles
530960e14d
Use an Fl_Box for status line instead of Fl_Output.
17 years ago
Jonathan Moore Liles
f7e6e50666
Update canvas view when row compaction setting is changed.
17 years ago
Jonathan Moore Liles
70a3049bca
Oops. Fix event selection broken by 1a400d0
.
17 years ago
Jonathan Moore Liles
25842b89a7
Minor cleanup.
17 years ago
Jonathan Moore Liles
148b313b31
Makefile: fix FLUID rule.
17 years ago
Jonathan Moore Liles
f3c9c99ceb
Clean up messages.
17 years ago
Jonathan Moore Liles
b5c1ebb200
Move sources into src/ directory.
17 years ago
Jonathan Moore Liles
ba10714be3
Canvas widget no longer need be a subwindow.
17 years ago
Jonathan Moore Liles
accd94a465
Rename and prioritize TODO list.
17 years ago
Jonathan Moore Liles
0367019e60
Makefile: fix makedepend rule.
17 years ago
Jonathan Moore Liles
de54a267f3
configure: Pull enhancements over from Non-DAW.
17 years ago
Jonathan Moore Liles
cc96a2bb2b
configure: Fix version comparision function.
17 years ago
Jonathan Moore Liles
8ca002d200
Don't print all messages to stderr (only warnings, assertions, and fatal errors)
17 years ago
Jonathan Moore Liles
3bbb91f5d1
Update overview.
17 years ago
Jonathan Moore Liles
2988781ec3
Remove unnecessary message.
17 years ago
Jonathan Moore Liles
9cc59e10ed
Makefile: Fix typo. Add notice about `make config`
17 years ago
Jonathan Moore Liles
d68f09691e
configure: Pull from Non-DAW.
17 years ago
Jonathan Moore Liles
cdcd6516e7
Use the logo.png installed with the documentation rather than including the XPM in the binary.
17 years ago
Jonathan Moore Liles
19cc44ef07
Change the production optimization level.
17 years ago
Jonathan Moore Liles
1a400d076a
Clean up some compiler warnings.
17 years ago
Jonathan Moore Liles
60ae9ce8b7
Bump version.
17 years ago
Jonathan Moore Liles
767a845a28
Maybe strip binary when installing.
17 years ago
Jonathan Moore Liles
7bf271c456
Change program name to non-sequencer to avoid confusion (ha!)
17 years ago
Jonathan Moore Liles
e78b3f14e7
Bring build system improvements over from Non-DAW.
17 years ago
Jonathan Moore Liles
257aeb116d
Update TODO.
17 years ago
Jonathan Moore Liles
a772347501
Add message to the Makefile suggesting the user may need to run 'make install'.
17 years ago
Jonathan Moore Liles
72ae9470d3
Don't crash when song cannot be loaded via LASH.
Consider invalid song path given via command line a fatal error.
17 years ago
Jonathan Moore Liles
8ae4e4f40c
SMF: clear running status at track start and after meta events.
17 years ago
Jonathan Moore Liles
4f186d9acb
SMF: fix breakage when instrument names contain spaces.
17 years ago
Jonathan Moore Liles
047a003df1
Attempt to address interaction between jack buffer size and tempo.
17 years ago
Jonathan Moore Liles
dce2463cb8
Rename DEBUG macro. Avoid printing some debugging messages in the RT thread of the production build.
17 years ago
Jonathan Moore Liles
98aab77917
Update documentation.
17 years ago
Jonathan Moore Liles
cfd27f88ed
Ensure that song dirtiness is cleared by 'new'.
17 years ago
Jonathan Moore Liles
c307a3443c
Do notes_on math in integer instead of floating point to avoid denormal issues on some CPUs.
Avoid scanning notes_on for ports on which there are no notes playing.
17 years ago
Jonathan Moore Liles
fbe232fcfb
Show transport timebase state on status line.
Since there doesn't appear to be anything in the JACK API to either
examine the current timebase master, or inform the master that it has
been relieved, it will still require some timing hackery in order to
display "slave" when another client forcefully takes over as timebase
master.
17 years ago
Jonathan Moore Liles
cb5960d298
Set song dirtiness more often/more consistently.
17 years ago
Jonathan Moore Liles
93f51f33ea
Update TODO
17 years ago
Jonathan Moore Liles
c9b604502c
Make event debugging a separate option.
17 years ago