hey folks,
i have a new problem with my art-project. everything works smoothly now when i start the programm once, but for some reasons everything gets really slow and animation are stucked for seconds when i repeat some screens. i use a minim player to play loops with player.loop(); whenever a certain screen is drawn and stop them by using player.pause(); whenever the next screen shows up.
i use one minim for about 7 players, that loop a certain audio signal. i have the feeling that the problem comes from the minim player. but i don't know for sure. when i run the programm for the first time it works fine, but when i return to the navigation again and something was played/used it gets slow as hell.
any ideas on that?
i have a new problem with my art-project. everything works smoothly now when i start the programm once, but for some reasons everything gets really slow and animation are stucked for seconds when i repeat some screens. i use a minim player to play loops with player.loop(); whenever a certain screen is drawn and stop them by using player.pause(); whenever the next screen shows up.
i use one minim for about 7 players, that loop a certain audio signal. i have the feeling that the problem comes from the minim player. but i don't know for sure. when i run the programm for the first time it works fine, but when i return to the navigation again and something was played/used it gets slow as hell.
any ideas on that?
1