Home
last modified time | relevance | path

Searched refs:MAXCHARTAG (Results 1 – 2 of 2) sorted by relevance

/dports/audio/muse-sequencer/muse-4.0.0/src/synti/deicsonze/
H A Ddeicsonzepreset.cpp926 char s[MAXCHARTAG]; in writePreset()
963 snprintf(s, MAXCHARTAG, AMESTR "%d",i+1); in writePreset()
967 snprintf(s, MAXCHARTAG,EBSSTR "%d",i+1); in writePreset()
971 snprintf(s, MAXCHARTAG, KVSSTR "%d",i+1); in writePreset()
978 snprintf(s, MAXCHARTAG, RATIOSTR "%d",i+1); in writePreset()
982 snprintf(s, MAXCHARTAG, FIXSTR "%d",i+1); in writePreset()
992 snprintf(s, MAXCHARTAG, OSWSTR "%d",i+1); in writePreset()
1009 snprintf(s, MAXCHARTAG, ARSTR "%d",i+1); in writePreset()
1025 snprintf(s, MAXCHARTAG, RRSTR "%d",i+1); in writePreset()
1052 snprintf(s, MAXCHARTAG, RSSTR "%d",i+1); in writePreset()
[all …]
H A Ddeicsonzepreset.h39 #define MAXCHARTAG 256 macro