alsaseq_c.c:	if ((tmdy_struct->instrum->free_instruments_afterwards))
alsaseq_c.c:		(tmdy_struct->instrum->free_instruments)(tmdy_struct, 0);
alsaseq_c.c:	(tmdy_struct->instrum->free_instruments)(tmdy_struct, 0);
rtsyn_common.c:	(tmdy_struct->instrum->free_instruments)(tmdy_struct, 0);        //also in rtsyn_server_reset
rtsyn_common.c:	(tmdy_struct->instrum->free_instruments)(tmdy_struct, 0);
server_c.c:	(tmdy_struct->instrum->free_instruments)(tmdy_struct, 0);
server_c.c:    if((tmdy_struct->instrum->free_instruments_afterwards))
server_c.c:	(tmdy_struct->instrum->free_instruments)(tmdy_struct, 0);
w32g_ini.c:    IniGetKeyInt(INI_SEC_TIMIDITY,"free_instruments_afterwards",&(st->free_instruments_afterwards));
w32g_ini.c:    IniPutKeyInt(INI_SEC_TIMIDITY,"free_instruments_afterwards",&(st->free_instruments_afterwards));
w32g_pref.c:	(tmdy_struct->instrum->free_instruments)(tmdy_struct, 1);
w32g_pref.c:			free_instrument_map(tmdy_struct);
w32g_pref.c://	    (tmdy_struct->instrum->free_instruments)(tmdy_struct, 0);  // error
w32g_pref.c:		DLG_FLAG_TO_CHECKBUTTON(hwnd,IDC_CHECKBOX_FREE_INST,st_temp->free_instruments_afterwards);
w32g_pref.c:		DLG_CHECKBUTTON_TO_FLAG(hwnd,IDC_CHECKBOX_FREE_INST,st_temp->free_instruments_afterwards);
w32g_utl.c:    (tmdy_struct->instrum->free_instruments_afterwards) = st->free_instruments_afterwards;
w32g_utl.c:    st->free_instruments_afterwards = (tmdy_struct->instrum->free_instruments_afterwards);
