2005-04-26 | angel | Code cleaning in ss_gen.c: ss_gen_sustain() and ss_gen_vibra... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@501... |
commitcommitdifftree |
2005-04-26 | angel | Sustain is stored in milliseconds in struct ss_ins... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@500... |
commitcommitdifftree |
2005-04-26 | angel | The default sustain value for instruments is set to... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@499... |
commitcommitdifftree |
2005-04-26 | angel | Added sustain events. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@498... |
commitcommitdifftree |
2005-04-25 | angel | Wav files can be loaded with loop boundaries. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@497... |
commitcommitdifftree |
2005-04-25 | angel | The wav.c test file accepts a .ahs file name as its... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@496... |
commitcommitdifftree |
2005-04-25 | angel | New function compile_file(). git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@495... |
commitcommitdifftree |
2005-04-25 | angel | New example script, with the start of the song "Dioses... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@494... |
commitcommitdifftree |
2005-04-25 | angel | Syntax errors (lex/yacc generated) and semantic errors... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@493... |
commitcommitdifftree |
2005-04-25 | angel | Line number has been added to compiler errors. Also... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@492... |
commitcommitdifftree |
2005-04-25 | angel | Added yacc code for processing comments inside extended... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@491... |
commitcommitdifftree |
2005-04-25 | angel | Volumes can also be set as integer values (0 and 1... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@490... |
commitcommitdifftree |
2005-04-25 | angel | Updated TODO. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@489... |
commitcommitdifftree |
2005-04-25 | angel | Now that all effect events are finally processed, the... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@488... |
commitcommitdifftree |
2005-04-25 | angel | Added support for comb, allpass and flanger events. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@487... |
commitcommitdifftree |
2005-04-25 | angel | Added processing of wobble and square_wobble effects. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@486... |
commitcommitdifftree |
2005-04-25 | angel | The comb filter also uses non-interpolated access to... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@485... |
commitcommitdifftree |
2005-04-25 | angel | Added support for reverb events. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@484... |
commitcommitdifftree |
2005-04-25 | angel | Several fixes in ss_eff.c: the cursor was passing the... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@483... |
commitcommitdifftree |
2005-04-25 | angel | ss_ins_frame() mixes over its own frame, and mixes... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@482... |
commitcommitdifftree |
2005-04-25 | angel | Updated TODO. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@481... |
commitcommitdifftree |
2005-04-25 | angel | Added processing for ss_eff_fader. Also, yacc code... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@480... |
commitcommitdifftree |
2005-04-24 | angel | Fixed the lexer to allow using real numbers in seconds. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@479... |
commitcommitdifftree |
2005-04-24 | angel | Added event processing for the delay and echo effects. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@478... |
commitcommitdifftree |
2005-04-24 | angel | The delay effect no longer use the _get_sample() function... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@477... |
commitcommitdifftree |
2005-04-24 | angel | The ss effect events didn't had their time and track... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@476... |
commitcommitdifftree |
2005-04-24 | angel | Fixed new effect yacc code to accept integers without... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@475... |
commitcommitdifftree |
2005-04-24 | angel | Added yacc code for all softsynth events. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@474... |
commitcommitdifftree |
2005-04-24 | angel | Wav file events are working. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@473... |
commitcommitdifftree |
2005-04-24 | angel | Single-quoted strings are also allowed as extended... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@472... |
commitcommitdifftree |
2005-04-24 | angel | In generate_ss_song(), the instrument is taken inside... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@471... |
commitcommitdifftree |
2005-04-24 | angel | When looping the instruments to generate the final... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@470... |
commitcommitdifftree |
2005-04-24 | angel | On event conversion, the biggest seen track number... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@469... |
commitcommitdifftree |
2005-04-24 | angel | Generic and softsynth event types has been unified... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@468... |
commitcommitdifftree |
2005-04-24 | angel | Updated TODO. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@467... |
commitcommitdifftree |
2005-04-24 | angel | Added generic song events for basic digital effects. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@466... |
commitcommitdifftree |
2005-04-23 | angel | 'pat_file' and 'wav_file' variables in events renamed... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@465... |
commitcommitdifftree |
2005-04-23 | angel | Added (partial) code for processing wav file loading... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@464... |
commitcommitdifftree |
2005-04-23 | angel | As XC strings are duplicated using strdup(), the pat_file... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@463... |
commitcommitdifftree |
2005-04-23 | angel | Added lex/yacc code for parsing absolute notes (Closes... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@462... |
commitcommitdifftree |
2005-04-23 | angel | load_wav_file() includes base, min and max frequencies. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@461... |
commitcommitdifftree |
2005-04-23 | angel | Updated TODO. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@460... |
commitcommitdifftree |
2005-04-23 | angel | Finally got rid of effect.c, effect.h, event.c and... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@459... |
commitcommitdifftree |
2005-04-23 | angel | effect.o and event.o are no longer compiled into the... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@458... |
commitcommitdifftree |
2005-04-23 | angel | Commented out more code from wav.c. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@457... |
commitcommitdifftree |
2005-04-23 | angel | Big step in refactoring; pat sample loading and notes... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@456... |
commitcommitdifftree |
2005-04-23 | angel | Changed SONG_EV_SS_NOTE by SONG_EV_SS_NOTE_BY_TIME... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@455... |
commitcommitdifftree |
2005-04-23 | angel | Previous tempo_from_wave() change reverted. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@454... |
commitcommitdifftree |
2005-04-23 | angel | Lengths were multiplied instead of divided in tempo_from_wave(). git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@453... |
commitcommitdifftree |
2005-04-23 | angel | Changed tempo_from_wave() so that time is expressed... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@452... |
commitcommitdifftree |
2005-04-23 | angel | Changed pitch_from_wave() so than the length is expressed... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@451... |
commitcommitdifftree |
2005-04-23 | angel | Updated TODO. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@450... |
commitcommitdifftree |
2005-04-23 | angel | Updated TODO. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@449... |
commitcommitdifftree |
2005-04-23 | angel | _get_sample() takes care of wrappings (i.e. offsets... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@448... |
commitcommitdifftree |
2005-04-22 | angel | Some reformatting and dead code deletions to input.c. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@447... |
commitcommitdifftree |
2005-04-22 | angel | load_wav_file() returns 0 on non-error instead of the... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@446... |
commitcommitdifftree |
2005-04-21 | angel | Updated TODO. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@445... |
commitcommitdifftree |
2005-04-21 | angel | ss_ins_frame() now calls ss_eff_process() for each... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@444... |
commitcommitdifftree |
2005-04-21 | angel | struct ss_ins now includes a digital effect chain for... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@443... |
commitcommitdifftree |
2005-04-21 | angel | Added a basic reverb to ss_eff.c. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@442... |
commitcommitdifftree |
2005-04-21 | angel | Fixed some stupid typos in ss_eff.c and ss_eff.h. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@441... |
commitcommitdifftree |
2005-04-21 | angel | Added ss_eff.c, which implements the new model for... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@440... |
commitcommitdifftree |
2005-04-21 | angel | Added the MS2F() macro, to convert milliseconds to... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@439... |
commitcommitdifftree |
2005-04-20 | angel | Updated TODO. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@438... |
commitcommitdifftree |
2005-04-20 | angel | Updated TODO. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@437... |
commitcommitdifftree |
2005-04-20 | angel | Added measure boundary checks (warning message only... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@436... |
commitcommitdifftree |
2005-04-20 | angel | Added a call to generate_ss_song() from main(). git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@435... |
commitcommitdifftree |
2005-04-20 | angel | _ss_song was initialized as 0 instead of NULL. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@434... |
commitcommitdifftree |
2005-04-20 | angel | An skeleton for generate_ss_song() has been implemented. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@433... |
commitcommitdifftree |
2005-04-20 | angel | Added a new source file, ss_song.c, to hold the old... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@432... |
commitcommitdifftree |
2005-04-20 | angel | Big refactoring; a new source file, song.c, contains... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@431... |
commitcommitdifftree |
2005-04-19 | angel | The compiler uses milliseconds instead of frames, so... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@430... |
commitcommitdifftree |
2005-04-19 | angel | Changed the SS lexer mode to XC (Xtended Commands)... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@429... |
commitcommitdifftree |
2005-04-19 | angel | Updated TODO. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@428... |
commitcommitdifftree |
2005-04-19 | angel | Tempo on event1_to_event2() was not being mesured in... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@427... |
commitcommitdifftree |
2005-04-19 | angel | Added new stage 1 and 2 SS_NOTE events, to use notes... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@426... |
commitcommitdifftree |
2005-04-19 | angel | In event1_to_event2(), the tempo variable has been... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@425... |
commitcommitdifftree |
2005-04-19 | angel | Updated TODO. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@424... |
commitcommitdifftree |
2005-04-19 | angel | Updated TODO. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@423... |
commitcommitdifftree |
2005-04-18 | angel | Added .cvsignore. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@422... |
commitcommitdifftree |
2005-04-18 | angel | New function pitch_from_wave(), to calculate the playing... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@421... |
commitcommitdifftree |
2005-02-23 | angel | Updated build system. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@420... |
commitcommitdifftree |
2004-12-19 | angel | Included string.h in compiler.l. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@419... |
commitcommitdifftree |
2004-12-19 | angel | Renamed the _time variable in compiler.y to _cur_time... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@418... |
commitcommitdifftree |
2004-12-14 | angel | Updated TODO. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@417... |
commitcommitdifftree |
2004-11-11 | angel | Support for aRts is accepted as valid (Closes: #1019). git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@416... |
commitcommitdifftree |
2004-11-11 | angel | When the "default" driver is requested, instead of... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@415... |
commitcommitdifftree |
2004-11-11 | angel | Code cleaning. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@414... |
commitcommitdifftree |
2004-11-11 | angel | Change the order of output drivers, towards fixing... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@413... |
commitcommitdifftree |
2004-11-11 | angel | Driver opening returns an optimized buffer size. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@412... |
commitcommitdifftree |
2004-11-11 | angel | Limit aRts channels to 2, as more seem to be unsupported. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@411... |
commitcommitdifftree |
2004-11-11 | angel | Fixed some compilation bugs in arts code. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@410... |
commitcommitdifftree |
2004-11-11 | angel | Added aRts initialization, streaming and closing (still... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@409... |
commitcommitdifftree |
2004-11-11 | angel | Added new aRts code (still non functional). git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@408... |
commitcommitdifftree |
2004-11-11 | angel | Updated TODO. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@407... |
commitcommitdifftree |
2004-11-11 | angel | Updated TODO. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@406... |
commitcommitdifftree |
2004-11-11 | angel | Added aRts library detection to config.sh. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@405... |
commitcommitdifftree |
2004-10-17 | angel | ss_ins_frame() in midiin.c was still using track id... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@404... |
commitcommitdifftree |
2004-10-17 | angel | Portamento is just an increment to inc (Closes: #1012). git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@403... |
commitcommitdifftree |
2004-10-17 | angel | Generator code uses queues instead of linear searches... git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@402... |
commitcommitdifftree |
next |