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
Jonathan Moore Liles
7e22c27576
Bump version.
17 years ago
Jonathan Moore Liles
a8cdb739e1
Provide alternative error message.
17 years ago
Jonathan Moore Liles
529a003fe3
Display an error message when the JACK transport is broken.
17 years ago
Jonathan Moore Liles
eca26e797c
Don't depend on fl_open_uri, which is new in FLTK 1.1.8
17 years ago
Jonathan Moore Liles
c5ff8f6159
Update for the new fluid in 1.1.8rc2
17 years ago
Jonathan Moore Liles
72ba000470
Use fl_open_uri() for homepage URL in about window.
17 years ago
Jonathan Moore Liles
bbd49089a1
Oops. Fix regression in instrument loader resulting in a confusing error message.
17 years ago
Jonathan Moore Liles
7421e646df
Clean up a few inconsistencies with sequence tab detaching.
17 years ago
Jonathan Moore Liles
6765c3faea
Oops. Fix bug introduced in mapping note exclusion commit
that resulted in all non-note events being dropped.
17 years ago
Jonathan Moore Liles
5cb724cecc
Correct off-by-one in drawing of selection rectangle.
17 years ago
Jonathan Moore Liles
4515a3d9a4
Draw playhead the same way, regardless of selection flag.
17 years ago
Jonathan Moore Liles
db1b2f63e7
Make 'crop' command crop to rectangle too.
17 years ago
Jonathan Moore Liles
d8fe1ad003
Add new rectangular selection to canvas.
Add commands to invert selection.
Make middle click toggle note selection instead of set it.
17 years ago
Jonathan Moore Liles
5f8d98cb92
Update TODO.
17 years ago
Jonathan Moore Liles
3713bf9629
Add Jack MIDI section to manual.
17 years ago
Jonathan Moore Liles
9d0689a8fa
Make 'install' rule depend on 'all'
17 years ago
Jonathan Moore Liles
3ab70175da
Don't depend on {foo,bar} expansion support in shell in Makefile.
17 years ago
Jonathan Moore Liles
90e0853e91
Actually commit rendered HTML doc from previous doc fix commit.
17 years ago
Jonathan Moore Liles
0b2b55281f
Make sure notes are redrawn when mapping is changed.
17 years ago
Jonathan Moore Liles
742679c5ad
Actually mute notes outside of current mapping.
17 years ago
Jonathan Moore Liles
9bebbffd46
Fix tpyos in dcumentaion.
17 years ago
Jonathan Moore Liles
9f151de3e1
Add 'dist' target to Makefile.
17 years ago
Jonathan Moore Liles
bc64b35d2a
Make all objects depend on Makefile.
17 years ago
Jonathan Moore Liles
7b75e2b425
Move definition of VERSION to Makefile.
17 years ago
Jonathan Moore Liles
81fe5efb53
Make detached sequence window double-buffered too.
17 years ago
Jonathan Moore Liles
0953207188
Update documentation.
17 years ago
Jonathan Moore Liles
41eb6f4d7a
Update playback mode widget when song is loaded via LASH.
17 years ago
Jonathan Moore Liles
65df570a30
Clean up some uninitialized values flagged by valgrind.
17 years ago
Jonathan Moore Liles
5ceed377fb
Update phrase display when patterns are created/destroyed.
17 years ago
Jonathan Moore Liles
d301578e54
Call Fl_Double_Window::resize in canvas widget resize method.. Apparently it matters.
17 years ago
Jonathan Moore Liles
bb014f4a09
Switch canvas to double-buffering after all as it seems not to result
in any speed decrease, but leave canvas widget as subwindow.
17 years ago
Jonathan Moore Liles
a71ba1cbba
Use double-buffered visual for main_window, but keep canvas widget
single-buffered by placing it inside a subwindow
17 years ago
Jonathan Moore Liles
39423ef8de
Fix error in ASSERT macro.
17 years ago
Jonathan Moore Liles
70d576a6e4
Clear status message after 5 seconds.
17 years ago
Jonathan Moore Liles
6447678a08
Add more status line output.
17 years ago