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 |
2005-04-19 |
angel | Tempo on event1_to_event2() was not being mesured in...
|
commit | commitdiff | tree |
2005-04-19 |
angel | Added new stage 1 and 2 SS_NOTE events, to use notes...
|
commit | commitdiff | tree |
2005-04-19 |
angel | In event1_to_event2(), the tempo variable has been...
|
commit | commitdiff | tree |
2005-04-19 |
angel | Updated TODO.
|
commit | commitdiff | tree |
2005-04-19 |
angel | Updated TODO.
|
commit | commitdiff | tree |
2005-04-18 |
angel | Added .cvsignore.
|
commit | commitdiff | tree |
2005-04-18 |
angel | New function pitch_from_wave(), to calculate the playing...
|
commit | commitdiff | tree |
2005-02-23 |
angel | Updated build system.
|
commit | commitdiff | tree |
2004-12-19 |
angel | Included string.h in compiler.l.
|
commit | commitdiff | tree |
2004-12-19 |
angel | Renamed the _time variable in compiler.y to _cur_time...
|
commit | commitdiff | tree |
2004-12-14 |
angel | Updated TODO.
|
commit | commitdiff | tree |
2004-11-11 |
angel | Support for aRts is accepted as valid (Closes: #1019).
|
commit | commitdiff | tree |
2004-11-11 |
angel | When the "default" driver is requested, instead of...
|
commit | commitdiff | tree |
2004-11-11 |
angel | Code cleaning.
|
commit | commitdiff | tree |
2004-11-11 |
angel | Change the order of output drivers, towards fixing...
|
commit | commitdiff | tree |
2004-11-11 |
angel | Driver opening returns an optimized buffer size.
|
commit | commitdiff | tree |
2004-11-11 |
angel | Limit aRts channels to 2, as more seem to be unsupported.
|
commit | commitdiff | tree |
2004-11-11 |
angel | Fixed some compilation bugs in arts code.
|
commit | commitdiff | tree |
2004-11-11 |
angel | Added aRts initialization, streaming and closing (still...
|
commit | commitdiff | tree |
2004-11-11 |
angel | Added new aRts code (still non functional).
|
commit | commitdiff | tree |
2004-11-11 |
angel | Updated TODO.
|
commit | commitdiff | tree |
2004-11-11 |
angel | Updated TODO.
|
commit | commitdiff | tree |
2004-11-11 |
angel | Added aRts library detection to config.sh.
|
commit | commitdiff | tree |
2004-10-17 |
angel | ss_ins_frame() in midiin.c was still using track id...
|
commit | commitdiff | tree |
2004-10-17 |
angel | Portamento is just an increment to inc (Closes: #1012).
|
commit | commitdiff | tree |
2004-10-17 |
angel | Generator code uses queues instead of linear searches...
|
commit | commitdiff | tree |
2004-10-02 |
angel | Updated build system.
|
commit | commitdiff | tree |
2004-09-12 |
angel | The new lex/yacc based compiler has been integrated...
|
commit | commitdiff | tree |
2004-09-12 |
angel | Fixed a cosmetic bug in _add_measure_event().
|
commit | commitdiff | tree |
2004-09-12 |
angel | Arpeggiator defaults were not being reset after a track...
|
commit | commitdiff | tree |
2004-09-12 |
angel | Event types 1 and 2 changed to an enum type.
|
commit | commitdiff | tree |
2004-09-12 |
angel | _add_tempo_event() and _add_meter_event() accept a...
|
commit | commitdiff | tree |
2004-09-12 |
angel | A new compile() function in compiler.y.
|
commit | commitdiff | tree |
2004-09-12 |
angel | Updated TODO.
|
commit | commitdiff | tree |
2004-09-12 |
angel | The ad-hoc compiler and preprocessor have been definitely...
|
commit | commitdiff | tree |
2004-09-12 |
angel | Measure mark testing is done by inserting a new event1...
|
commit | commitdiff | tree |
2004-09-12 |
angel | Time events renamed (again) to meter.
|
commit | commitdiff | tree |
2004-09-12 |
angel | The measure events have been renamed to time signature...
|
commit | commitdiff | tree |
2004-09-12 |
angel | Tempo and measure were incorrectly assigned to current...
|
commit | commitdiff | tree |
2004-09-12 |
angel | Tempo and measure events are generated.
|
commit | commitdiff | tree |
2004-09-12 |
angel | A new compiler function, _forward(), to move the time...
|
commit | commitdiff | tree |
2004-09-10 |
angel | Style of error messages unified in all calls to _c_err().
|
commit | commitdiff | tree |
2004-09-10 |
angel | _find_named_block() renamed to _insert_named_block...
|
commit | commitdiff | tree |
2004-09-10 |
angel | Changed _staccato type from float to double.
|
commit | commitdiff | tree |
2004-09-10 |
angel | Linker flags for SGI and ESD drivers were written to...
|
commit | commitdiff | tree |
2004-09-09 |
angel | Groups and marks are implemented in the parser.
|
commit | commitdiff | tree |
2004-09-09 |
angel | Note events are really added from the parser.
|
commit | commitdiff | tree |
2004-09-09 |
angel | Makefile and config.sh tweaking.
|
commit | commitdiff | tree |
2004-09-09 |
angel | Build system updated (Closes: #1015).
|
commit | commitdiff | tree |