2005-05-02 |
angel | Added MIDI program processing.
|
commit | commitdiff | tree |
2005-05-02 |
angel | Messages for track ids < 0 don't have their MIDI channel...
|
commit | commitdiff | tree |
2005-05-02 |
angel | The example2.ahs song has been changed to use two different...
|
commit | commitdiff | tree |
2005-05-02 |
angel | The note off MIDI event lacked the velocity.
|
commit | commitdiff | tree |
2005-05-02 |
angel | New function midi_song_play(), that holds the whole...
|
commit | commitdiff | tree |
2005-05-02 |
angel | Added some event conversion code to midi_song.c (doesn...
|
commit | commitdiff | tree |
2005-05-02 |
angel | Added a new source file, midi_song.c, for MIDI song...
|
commit | commitdiff | tree |
2005-05-02 |
angel | Added support for the extended commands 'midi_channel...
|
commit | commitdiff | tree |
2005-05-02 |
angel | MIDI events has been added to the event structures...
|
commit | commitdiff | tree |
2005-05-01 |
angel | The opening of the midi and output drivers in midiin...
|
commit | commitdiff | tree |
2005-04-28 |
angel | out_esd.c and out_sgi.c updated to use the new ss_...
|
commit | commitdiff | tree |
2005-04-27 |
angel | Finally change the year in the copyright header of...
|
commit | commitdiff | tree |
2005-04-27 |
angel | Updated TODO.
|
commit | commitdiff | tree |
2005-04-27 |
angel | output.c and output.h renamed to ss_output.c and ss_output...
|
commit | commitdiff | tree |
2005-04-27 |
angel | Fixed documentation typos in ss_core.c.
|
commit | commitdiff | tree |
2005-04-27 |
angel | core.c and core.h renamed to ss_core.c and ss_core...
|
commit | commitdiff | tree |
2005-04-27 |
angel | Added documentation to song.c.
|
commit | commitdiff | tree |
2005-04-27 |
angel | midiin.c includes ss_input.h.
|
commit | commitdiff | tree |
2005-04-27 |
angel | Documentation update in ss_ins.c.
|
commit | commitdiff | tree |
2005-04-27 |
angel | Documentation updates and code tweaks in ss_gen.c.
|
commit | commitdiff | tree |
2005-04-27 |
angel | Added documentation to ss_gen_alloc() and ss_gen_free().
|
commit | commitdiff | tree |
2005-04-27 |
angel | The generator enqueueing interface has been rewritten...
|
commit | commitdiff | tree |
2005-04-27 |
angel | Some refactoring to the generator queue functions ...
|
commit | commitdiff | tree |
2005-04-27 |
angel | Updated TODO.
|
commit | commitdiff | tree |
2005-04-27 |
angel | input.c changed to ss_input.c (Closes: #1028).
|
commit | commitdiff | tree |
2005-04-27 |
angel | Changes to input.c ; almost all functions made static...
|
commit | commitdiff | tree |
2005-04-26 |
angel | Code cleaning in ss_gen.c: ss_gen_sustain() and ss_gen_vibra...
|
commit | commitdiff | tree |
2005-04-26 |
angel | Sustain is stored in milliseconds in struct ss_ins...
|
commit | commitdiff | tree |
2005-04-26 |
angel | The default sustain value for instruments is set to...
|
commit | commitdiff | tree |
2005-04-26 |
angel | Added sustain events.
|
commit | commitdiff | tree |
2005-04-25 |
angel | Wav files can be loaded with loop boundaries.
|
commit | commitdiff | tree |
2005-04-25 |
angel | The wav.c test file accepts a .ahs file name as its...
|
commit | commitdiff | tree |
2005-04-25 |
angel | New function compile_file().
|
commit | commitdiff | tree |
2005-04-25 |
angel | New example script, with the start of the song "Dioses...
|
commit | commitdiff | tree |
2005-04-25 |
angel | Syntax errors (lex/yacc generated) and semantic errors...
|
commit | commitdiff | tree |
2005-04-25 |
angel | Line number has been added to compiler errors. Also...
|
commit | commitdiff | tree |
2005-04-25 |
angel | Added yacc code for processing comments inside extended...
|
commit | commitdiff | tree |
2005-04-25 |
angel | Volumes can also be set as integer values (0 and 1...
|
commit | commitdiff | tree |
2005-04-25 |
angel | Updated TODO.
|
commit | commitdiff | tree |
2005-04-25 |
angel | Now that all effect events are finally processed, the...
|
commit | commitdiff | tree |
2005-04-25 |
angel | Added support for comb, allpass and flanger events.
|
commit | commitdiff | tree |
2005-04-25 |
angel | Added processing of wobble and square_wobble effects.
|
commit | commitdiff | tree |
2005-04-25 |
angel | The comb filter also uses non-interpolated access to...
|
commit | commitdiff | tree |
2005-04-25 |
angel | Added support for reverb events.
|
commit | commitdiff | tree |
2005-04-25 |
angel | Several fixes in ss_eff.c: the cursor was passing the...
|
commit | commitdiff | tree |
2005-04-25 |
angel | ss_ins_frame() mixes over its own frame, and mixes...
|
commit | commitdiff | tree |
2005-04-25 |
angel | Updated TODO.
|
commit | commitdiff | tree |
2005-04-25 |
angel | Added processing for ss_eff_fader. Also, yacc code...
|
commit | commitdiff | tree |
2005-04-24 |
angel | Fixed the lexer to allow using real numbers in seconds.
|
commit | commitdiff | tree |
2005-04-24 |
angel | Added event processing for the delay and echo effects.
|
commit | commitdiff | tree |
2005-04-24 |
angel | The delay effect no longer use the _get_sample() function...
|
commit | commitdiff | tree |
2005-04-24 |
angel | The ss effect events didn't had their time and track...
|
commit | commitdiff | tree |
2005-04-24 |
angel | Fixed new effect yacc code to accept integers without...
|
commit | commitdiff | tree |
2005-04-24 |
angel | Added yacc code for all softsynth events.
|
commit | commitdiff | tree |
2005-04-24 |
angel | Wav file events are working.
|
commit | commitdiff | tree |
2005-04-24 |
angel | Single-quoted strings are also allowed as extended...
|
commit | commitdiff | tree |
2005-04-24 |
angel | In generate_ss_song(), the instrument is taken inside...
|
commit | commitdiff | tree |
2005-04-24 |
angel | When looping the instruments to generate the final...
|
commit | commitdiff | tree |
2005-04-24 |
angel | On event conversion, the biggest seen track number...
|
commit | commitdiff | tree |
2005-04-24 |
angel | Generic and softsynth event types has been unified...
|
commit | commitdiff | tree |
2005-04-24 |
angel | Updated TODO.
|
commit | commitdiff | tree |
2005-04-24 |
angel | Added generic song events for basic digital effects.
|
commit | commitdiff | tree |
2005-04-23 |
angel | 'pat_file' and 'wav_file' variables in events renamed...
|
commit | commitdiff | tree |
2005-04-23 |
angel | Added (partial) code for processing wav file loading...
|
commit | commitdiff | tree |
2005-04-23 |
angel | As XC strings are duplicated using strdup(), the pat_file...
|
commit | commitdiff | tree |
2005-04-23 |
angel | Added lex/yacc code for parsing absolute notes (Closes...
|
commit | commitdiff | tree |
2005-04-23 |
angel | load_wav_file() includes base, min and max frequencies.
|
commit | commitdiff | tree |
2005-04-23 |
angel | Updated TODO.
|
commit | commitdiff | tree |
2005-04-23 |
angel | Finally got rid of effect.c, effect.h, event.c and...
|
commit | commitdiff | tree |
2005-04-23 |
angel | effect.o and event.o are no longer compiled into the...
|
commit | commitdiff | tree |
2005-04-23 |
angel | Commented out more code from wav.c.
|
commit | commitdiff | tree |
2005-04-23 |
angel | Big step in refactoring; pat sample loading and notes...
|
commit | commitdiff | tree |
2005-04-23 |
angel | Changed SONG_EV_SS_NOTE by SONG_EV_SS_NOTE_BY_TIME...
|
commit | commitdiff | tree |
2005-04-23 |
angel | Previous tempo_from_wave() change reverted.
|
commit | commitdiff | tree |
2005-04-23 |
angel | Lengths were multiplied instead of divided in tempo_from_wave().
|
commit | commitdiff | tree |
2005-04-23 |
angel | Changed tempo_from_wave() so that time is expressed...
|
commit | commitdiff | tree |
2005-04-23 |
angel | Changed pitch_from_wave() so than the length is expressed...
|
commit | commitdiff | tree |
2005-04-23 |
angel | Updated TODO.
|
commit | commitdiff | tree |
2005-04-23 |
angel | Updated TODO.
|
commit | commitdiff | tree |
2005-04-23 |
angel | _get_sample() takes care of wrappings (i.e. offsets...
|
commit | commitdiff | tree |
2005-04-22 |
angel | Some reformatting and dead code deletions to input.c.
|
commit | commitdiff | tree |
2005-04-22 |
angel | load_wav_file() returns 0 on non-error instead of the...
|
commit | commitdiff | tree |
2005-04-21 |
angel | Updated TODO.
|
commit | commitdiff | tree |
2005-04-21 |
angel | ss_ins_frame() now calls ss_eff_process() for each...
|
commit | commitdiff | tree |
2005-04-21 |
angel | struct ss_ins now includes a digital effect chain for...
|
commit | commitdiff | tree |
2005-04-21 |
angel | Added a basic reverb to ss_eff.c.
|
commit | commitdiff | tree |
2005-04-21 |
angel | Fixed some stupid typos in ss_eff.c and ss_eff.h.
|
commit | commitdiff | tree |
2005-04-21 |
angel | Added ss_eff.c, which implements the new model for...
|
commit | commitdiff | tree |
2005-04-21 |
angel | Added the MS2F() macro, to convert milliseconds to...
|
commit | commitdiff | tree |
2005-04-20 |
angel | Updated TODO.
|
commit | commitdiff | tree |
2005-04-20 |
angel | Updated TODO.
|
commit | commitdiff | tree |
2005-04-20 |
angel | Added measure boundary checks (warning message only...
|
commit | commitdiff | tree |
2005-04-20 |
angel | Added a call to generate_ss_song() from main().
|
commit | commitdiff | tree |
2005-04-20 |
angel | _ss_song was initialized as 0 instead of NULL.
|
commit | commitdiff | tree |
2005-04-20 |
angel | An skeleton for generate_ss_song() has been implemented.
|
commit | commitdiff | tree |
2005-04-20 |
angel | Added a new source file, ss_song.c, to hold the old...
|
commit | commitdiff | tree |
2005-04-20 |
angel | Big refactoring; a new source file, song.c, contains...
|
commit | commitdiff | tree |
2005-04-19 |
angel | The compiler uses milliseconds instead of frames, so...
|
commit | commitdiff | tree |
2005-04-19 |
angel | Changed the SS lexer mode to XC (Xtended Commands)...
|
commit | commitdiff | tree |
2005-04-19 |
angel | Updated TODO.
|
commit | commitdiff | tree |