ChrisBuilds
ChrisBuilds
Still experiencing this bug with 1.4.3.6 Music repeats a note every 20-30 seconds.
Can you provide an example using the rgbprint library?
So you don't intend to do other work while this is printing? You'll be stuck in the while loop. If that's the case, a simple effect which displays a gradient,...
> No worries, the team has read and tagged it. We are staying on top of model releases as part of our multi-model approach, but we don't have an ETA...
Looking into that is on my todo list. I'm thinking of at least allowing the effects to be imported and passed strings to run against. Something like the following: ```...
A new branch has been published with a first draft implementation of library features. TTE as a library should provide two primary features: * Provide the effect frames as a...
> 1. I noticed the config class for every effect is named `EffectConfig`. Might be more convenient for users importing/using different effects within the same or overlapping namespace(s) if they...
I've had a few hours to work on this, here's an update. I have two goals, at this time, for the library refactor. * Keep the code required for effect...
The library refactor branch has been merged and published in version 0.8.0. I'm sure there are plenty of improvements to be made, but it's working well enough to start getting...
0.10.0 has been released and includes a new effect called ColorShift which can be used to accomplish your goal. Check out the [ChangeBlog](https://chrisbuilds.github.io/terminaltexteffects/changeblog/) for the release and give it a...