~ubuntu-branches/ubuntu/breezy/soundtracker/breezy

« back to all changes in this revision

Viewing changes to app/instrument-editor.h

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2005-04-18 07:19:14 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050418071914-b9m1ptfdnz8mqm7a
Tags: 0.6.7-5
* disable alsa (closes: #286350, #304711)
- it was doing double-free.
* update jack support, not enabled.
- 02_jack_output: Patch from Kai Vehmanen available as
  http://eca.cx/download/soundtracker-0.6.7-pre6-kv3.tar.gz
  applied.
- Build-Depend on libjack0.80.0-dev
- remove --disable-jack from configure line
* change soundtracker.1 section from 1x to 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
void            instrument_editor_update            (void);                     /* instrument data has changed, redraw */
39
39
void            instrument_editor_clear_current_instrument (void);
40
40
 
 
41
void            instrument_editor_cut_instrument    (STInstrument *instr);
 
42
void            instrument_editor_copy_instrument   (STInstrument *instr);
 
43
void            instrument_editor_paste_instrument  (STInstrument *instr);
 
44
 
41
45
#endif /* _INSTRUMENT_EDITOR_H */