mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-06 23:45:07 +00:00
- some prototype stubs in PresetFilters, where merge stuff will prob go
- minor work / review of preset switcher git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@225 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -374,13 +374,11 @@ int Parser::parse_line(FILE * fs, Preset * preset) {
|
||||
if (update_string_buffer(preset->per_frame_eqn_string_buffer,
|
||||
&preset->per_frame_eqn_string_index) < 0)
|
||||
return PROJECTM_FAILURE;
|
||||
|
||||
|
||||
|
||||
|
||||
return PROJECTM_SUCCESS;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Wavecode initial condition case */
|
||||
if (!strncmp(eqn_string, WAVECODE_STRING, WAVECODE_STRING_LENGTH)) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user