Count To Five
Moderator: multi_s
- phantasmagorovich
- Supporter
- Posts: 6983
- Joined: Sun Feb 28, 2010 2:31 pm
- Location: Cologne, Germany
Re: Count To Five
OMG!
customs notification today. I won't be doing much work tomorrow, I guess...
customs notification today. I won't be doing much work tomorrow, I guess...
/// OWWL /// DAZZLE SHIPS
- multi_s
- IAMILF
- Posts: 2095
- Joined: Mon Feb 15, 2010 9:00 pm
Re: Count To Five
ya maybe eventually we will have a patreon or qqc if we have more platform based products. but basically wrt to count to 5 to "fund" updates we just raised the price of the new units and keep updates free.
S
S
-
- involved
- Posts: 98
- Joined: Sun Dec 22, 2013 3:23 am
Re: Count To Five
Just installed the 962 firmware with the buffer hold. Scott Monk you are a saint! This type of effect is the one thing I've felt like I've been missing from my board, and you just made my CT5 do it. Simply angelic. Everyone needs a CT5.
- multi_s
- IAMILF
- Posts: 2095
- Joined: Mon Feb 15, 2010 9:00 pm
Re: Count To Five
great. there is 1 bug so far found though in .962 when you engage the modulation in mode 1, there is artifacts introduced in the audio, it happens at some settings of the knob and not others so e will release a fix for this soon, hopefully later this week.
- cherler
- experienced
- Posts: 616
- Joined: Tue Oct 06, 2015 4:48 pm
- Location: Dirtona
Re: Count To Five
Pretty glad I checked in before updating, thanks for the heads up on the bug!
- multi_s
- IAMILF
- Posts: 2095
- Joined: Mon Feb 15, 2010 9:00 pm
Re: Count To Five
yes only 1 person has noticed it it seems and .962 has been out for a month at least.vidret wrote:haven't even noticed it, but i think my mod settings got reset with the update.
i will post an update, tomorrow night most likely, to correct it.
s
- multi_s
- IAMILF
- Posts: 2095
- Joined: Mon Feb 15, 2010 9:00 pm
Re: Count To Five
Here is the update to fix the previously mentioned issue. no other features were added.
http://mtlasm.blogspot.ca/2016/11/minor ... r-ct5.html
http://mtlasm.blogspot.ca/2016/11/minor ... r-ct5.html
- cherler
- experienced
- Posts: 616
- Joined: Tue Oct 06, 2015 4:48 pm
- Location: Dirtona
Re: Count To Five
So I updated and played around with the mod all afternoon and couldn't find any artifacts, thanks for update Scott!
- multi_s
- IAMILF
- Posts: 2095
- Joined: Mon Feb 15, 2010 9:00 pm
- Seance
- FAMOUS
- Posts: 1855
- Joined: Tue May 27, 2014 10:04 am
- Location: Ontario, Canada.
- Contact:
Re: Count To Five
If updating the CT5 on a Mac computer, what parts of the script that DRodriguez wrotemulti_s wrote:Here is the update to fix the previously mentioned issue. no other features were added.
http://mtlasm.blogspot.ca/2016/11/minor ... r-ct5.html
have to be changed so that this new firmware update runs on Homebrew?
- multi_s
- IAMILF
- Posts: 2095
- Joined: Mon Feb 15, 2010 9:00 pm
Re: Count To Five
just the file name, i think it is application_release_963_k.dfu instead of application_release_96_k.dfu etc. just substitute in the filename of the new downloaded dfu file.
- DRodriguez
- IAMILFFAMOUS
- Posts: 3666
- Joined: Thu Apr 09, 2015 1:40 pm
- Location: Brooklyn
Re: Count To Five
I'll post an updated script as well shortly, someone else requested it too. Just been stuck at working long ass days and haven't had the time.
- multi_s
- IAMILF
- Posts: 2095
- Joined: Mon Feb 15, 2010 9:00 pm
Re: Count To Five
this is the script on db by drod
https://www.dropbox.com/s/2rbxpy767uqnm ... te.sh?dl=0
You need to change line 99 to
dfu-util -a 0 -D ./application_release_0_963_k_l.dfu
that is all
s
edit: well if you want what it's saying it's doing to match what it is doing you should also change line 98 to
echo 'Now installing the latest update for Rev k/l (0.963)'
but to make it install the new file as i originally stated is fine, just teh prompt will tell you it it 96 not 963.
S
https://www.dropbox.com/s/2rbxpy767uqnm ... te.sh?dl=0
You need to change line 99 to
dfu-util -a 0 -D ./application_release_0_963_k_l.dfu
that is all
s
edit: well if you want what it's saying it's doing to match what it is doing you should also change line 98 to
echo 'Now installing the latest update for Rev k/l (0.963)'
but to make it install the new file as i originally stated is fine, just teh prompt will tell you it it 96 not 963.
S
- Seance
- FAMOUS
- Posts: 1855
- Joined: Tue May 27, 2014 10:04 am
- Location: Ontario, Canada.
- Contact:
Re: Count To Five
Thanks Scott & DRodriguez!
I'm going to try to update my pedal tomorrow.
Thanks again.
I'm going to try to update my pedal tomorrow.
Thanks again.
-
- involved
- Posts: 98
- Joined: Sun Dec 22, 2013 3:23 am
Re: Count To Five
Scott and DRod are on top of things, but I'll still repost this for Mac people trying to update
DRodriguez wrote:So, full instructions for people:
- Install Xcode and the Xcode Command Line Tools (available in the mac app store or via the mac developers page if you need an older version to run on your mac. The download is like 5GB and will take like 10GB of space once installed
- Open Xcode agree to Apple's terms
- Agree to the command line terms by typing the following command into terminal and then scrolling until you can type "agree"
Code: Select all
sudo xcodebuild -license
- Install macports (available on their website)
- Open terminal, install dfu-util with the following command:
Code: Select all
sudo port install dfu-util
- Finally install the update with the final command, replacing the path with the Ct5 Update:
Code: Select all
dfu-util -a 0 -D /path/to/dfuse-image.dfu
Here's what I did to update 963 in Terminal:DRodriguez wrote:Are you changing the /path/to/dfuse-image.dfu to the actual firmware path? If you copy the file and paste it into terminal, it should fill it in for you. Or you could manually do it like ~/Downloads/filename.dfu.
- Install Xcode and the Xcode Command Line Tools (available in the mac app store or via the mac developers page if you need an older version to run on your mac. The download is like 5GB and will take like 10GB of space once installed
- Open Xcode agree to Apple's terms and close Xcode
- Open Terminal
- Agree to the command line terms by typing the following command into terminal and then scrolling until you can type "agree"
Code: Select all
sudo xcodebuild -license
- Install macports (available on their website)
- Open terminal, install dfu-util with the following command:
Code: Select all
sudo port install dfu-util
- Finally install the update with the final command:
Code: Select all
dfu-util -a 0 -D ~/Downloads/application_release_0_963_k_l.dfu
Last edited by ogguitar on Thu Nov 17, 2016 2:00 am, edited 1 time in total.