Search found 31 matches

by FrancoBlanko
Wed Apr 12, 2023 12:47 am
Forum: Ableton Push
Topic: Ableton Push 3 update
Replies: 262
Views: 423583

Re: Ableton Push 3 update

The original Push got no support after Push 2 was announced. I'm not talking about "fix what is already there", I'm talking about not updating the product to do better/mo' stuff. Push 1 got loads of new features, updates and fixes after Push 2 came out. They are listed in the Live release...
by FrancoBlanko
Sun Jan 15, 2023 12:11 pm
Forum: Ableton Push
Topic: How to clean the rubbery coating on the sides of Push 2?
Replies: 40
Views: 49962

Re: How to clean the rubbery coating on the sides of Push 2?

sinik wrote:
Sat Jan 14, 2023 8:54 pm
PS. if you buy a new push, there is no rubber coating anymore. i remember it when i sold mine 3 years ago. now i got a new one from ableton and its just hardplastic.
Can anyone else confirm this?
by FrancoBlanko
Thu Jul 28, 2022 12:57 pm
Forum: Max For Live
Topic: Did anyone ever made a whole control surface in Javascript ?
Replies: 15
Views: 9045

Re: Did anyone ever made a whole control surface in Javascript ?

Javascript always runs in the low priority thread in Max, so using it for real-time or time-critical applications is not advisable. What you're seeing is that a cascade of very quick calls to [js] will result in strange behaviour and lag, this is due to the scheduler throttling the messages. It's ok...
by FrancoBlanko
Tue Apr 07, 2020 6:27 pm
Forum: General Music Production
Topic: Thonk is Withholding My Refund Because They Feel Upset About a Word I Used
Replies: 1
Views: 1699

Thonk is Withholding My Refund Because They Feel Upset About a Word I Used

Steve Grimley-Taylor (user Monobass on Muffwiggler) is flouting UK trade laws by refusing to refund my payment outside of the PayPal dispute i have had to open against his company Thonk Ltd (www.thonk.co.uk). This is all because he misread a comment i made in an e-mail and is now expecting an apolog...
by FrancoBlanko
Sat Sep 07, 2019 2:27 pm
Forum: Max For Live
Topic: Why Does JS Coerce X.00000 to an Int?
Replies: 6
Views: 2149

Re: Why Does JS Coerce X.00000 to an Int?

Right, from what i can gather this is happening on ANY number - not just 0.00 like i originally thought - that has a fractional part which is all zeroes due to the way Javascript handles numbers, where they are stored as double-precision floating point. This means that even if a number is representa...
by FrancoBlanko
Mon Sep 02, 2019 5:59 pm
Forum: Max For Live
Topic: Why Does JS Coerce X.00000 to an Int?
Replies: 6
Views: 2149

Re: Why Does JS Coerce 0.00 to an Int?

Looks like i cracked it... using someNumberVariable.toFixed(6) and then passing that to Live in the function call works fine even though it is converting the number to a string, because it will then be reconverted to a number where Live expects a number, and it will have the right precision for myst...
by FrancoBlanko
Mon Sep 02, 2019 1:36 pm
Forum: Max For Live
Topic: Why Does JS Coerce X.00000 to an Int?
Replies: 6
Views: 2149

Re: Why Does JS Coerce 0.00 to an Int?

I found this which is pretty comprehensive about the inadequacies of number arithmetic in js:

https://www.youtube.com/watch?v=MqHDDtVYJRI

Still doesn't explain max dropping the fractional part of zero as a float. I'll have to do some tests and see which conditions cause it.
by FrancoBlanko
Wed Aug 28, 2019 11:35 pm
Forum: Max For Live
Topic: Why Does JS Coerce X.00000 to an Int?
Replies: 6
Views: 2149

Re: Why Does JS Coerce 0.00 to an Int?

Bloody useful lot here aren't you
by FrancoBlanko
Tue Aug 27, 2019 5:21 pm
Forum: Max For Live
Topic: Why Does JS Coerce X.00000 to an Int?
Replies: 6
Views: 2149

Why Does JS Coerce X.00000 to an Int?

I've been having a nightmare trying to place notes through the JS LiveAPI. If i sent a note position of 0.0 like this: parseFloat(Number(0.0).toFixed(5)) JS will output it as an Int, 0, which Ableton then kicks up a fuss about as it's expecting a float for the position argument. Ruins my whole messa...
by FrancoBlanko
Wed Aug 21, 2019 12:24 am
Forum: Ableton Push
Topic: How do you clean your Push?
Replies: 19
Views: 13268

Re: How do you clean your Push?

Oh, and make sure it's pure talc, not with added corn starch. The best is to check ingredients. It should say either just talc, or talc & parfum (scent).
by FrancoBlanko
Wed Aug 21, 2019 12:08 am
Forum: Ableton Push
Topic: How do you clean your Push?
Replies: 19
Views: 13268

Re: How do you clean your Push?

For sticky rubber use some talcum powder (unscented is best unless you want your Push to smell like a baby's butt), rub in a small amount on the face, being careful not to get it down the gaps in the surface, maybe put some in a dish and use q-tips to apply it. Looks awful, but then after a minute o...
by FrancoBlanko
Wed Jul 24, 2019 6:20 pm
Forum: Ableton Live
Topic: Why I never use Export Audio
Replies: 10
Views: 2767

Re: Why I never use Export Audio

sounds like a waste of time
by FrancoBlanko
Thu May 02, 2019 11:07 pm
Forum: Ableton Live
Topic: Reason Rewire Stopped Working
Replies: 2
Views: 908

Re: Reason Rewire Stopped Working

Restarting the computer after having reset the Rewire engines fixed this. Couldn't do that yesterday because. Why did this work? Who knows. Computers are shit. Just leaving this here for anyone else who might run into the same problem. Bye xx
by FrancoBlanko
Wed May 01, 2019 11:11 pm
Forum: Ableton Live
Topic: Reason Rewire Stopped Working
Replies: 2
Views: 908

Re: Reason Rewire Stopped Working

Oddly enough it doesn't work with Live 8.3.4 or Max 7.3.5 either... yet Rewire to Reason works just fine in Logic 9.1.7, Renoise 3.1.1, Bidule 0.9761, MuLab 8.0.66, REAPER 5.972.
by FrancoBlanko
Wed May 01, 2019 10:41 pm
Forum: Ableton Live
Topic: Reason Rewire Stopped Working
Replies: 2
Views: 908

Reason Rewire Stopped Working

I can't get Reason 7.1.2 to open via Rewire in Live 9.7.7 any more. It seems to be since I updated my computer to OSX El Capitan to run newer programs as 10.11 is the baseline nowadays for support from all these enlightened software companies. At first Reason wouldn't open at all as version 7.1.1 so...