Count To Five

Moderator: multi_s

Post Reply
User avatar
phantasmagorovich
Supporter
Supporter
Posts: 6983
Joined: Sun Feb 28, 2010 2:31 pm
Location: Cologne, Germany

Re: Count To Five

Post by phantasmagorovich »

OMG!

customs notification today. I won't be doing much work tomorrow, I guess...
User avatar
multi_s
IAMILF
IAMILF
Posts: 2095
Joined: Mon Feb 15, 2010 9:00 pm

Re: Count To Five

Post by multi_s »

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
ogguitar
involved
involved
Posts: 98
Joined: Sun Dec 22, 2013 3:23 am

Re: Count To Five

Post by ogguitar »

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.
User avatar
multi_s
IAMILF
IAMILF
Posts: 2095
Joined: Mon Feb 15, 2010 9:00 pm

Re: Count To Five

Post by multi_s »

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.
User avatar
cherler
experienced
experienced
Posts: 616
Joined: Tue Oct 06, 2015 4:48 pm
Location: Dirtona

Re: Count To Five

Post by cherler »

Pretty glad I checked in before updating, thanks for the heads up on the bug!
Instagram yo

Good dealin's: D.o.S.
User avatar
multi_s
IAMILF
IAMILF
Posts: 2095
Joined: Mon Feb 15, 2010 9:00 pm

Re: Count To Five

Post by multi_s »

vidret wrote:haven't even noticed it, but i think my mod settings got reset with the update.
yes only 1 person has noticed it it seems and .962 has been out for a month at least.

i will post an update, tomorrow night most likely, to correct it.

s
User avatar
multi_s
IAMILF
IAMILF
Posts: 2095
Joined: Mon Feb 15, 2010 9:00 pm

Re: Count To Five

Post by multi_s »

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
User avatar
cherler
experienced
experienced
Posts: 616
Joined: Tue Oct 06, 2015 4:48 pm
Location: Dirtona

Re: Count To Five

Post by cherler »

So I updated and played around with the mod all afternoon and couldn't find any artifacts, thanks for update Scott!
Instagram yo

Good dealin's: D.o.S.
User avatar
multi_s
IAMILF
IAMILF
Posts: 2095
Joined: Mon Feb 15, 2010 9:00 pm

Re: Count To Five

Post by multi_s »

ok thanks for the report.
User avatar
Seance
FAMOUS
FAMOUS
Posts: 1855
Joined: Tue May 27, 2014 10:04 am
Location: Ontario, Canada.
Contact:

Re: Count To Five

Post by Seance »

multi_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
If updating the CT5 on a Mac computer, what parts of the script that DRodriguez wrote
have to be changed so that this new firmware update runs on Homebrew?
User avatar
multi_s
IAMILF
IAMILF
Posts: 2095
Joined: Mon Feb 15, 2010 9:00 pm

Re: Count To Five

Post by multi_s »

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.
User avatar
DRodriguez
IAMILFFAMOUS
IAMILFFAMOUS
Posts: 3666
Joined: Thu Apr 09, 2015 1:40 pm
Location: Brooklyn

Re: Count To Five

Post by DRodriguez »

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.
User avatar
multi_s
IAMILF
IAMILF
Posts: 2095
Joined: Mon Feb 15, 2010 9:00 pm

Re: Count To Five

Post by multi_s »

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
User avatar
Seance
FAMOUS
FAMOUS
Posts: 1855
Joined: Tue May 27, 2014 10:04 am
Location: Ontario, Canada.
Contact:

Re: Count To Five

Post by Seance »

Thanks Scott & DRodriguez!

I'm going to try to update my pedal tomorrow.
Thanks again.
ogguitar
involved
involved
Posts: 98
Joined: Sun Dec 22, 2013 3:23 am

Re: Count To Five

Post by ogguitar »

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
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.
Here's what I did to update 963 in Terminal:
  • 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
After the first time you only have to go through the last 2 steps IME. The rest is the same as updating on PC. Thanks again to DRodriguez for figuring this out and sharing!
Last edited by ogguitar on Thu Nov 17, 2016 2:00 am, edited 1 time in total.
Post Reply