@Dan-Korneff Still not working.
I forgot the "" but it's still the same issue.
Someone said on another forum that it might have something to do with the resources folder and that it should not be created manually.
Posts made by IsoWalle
-
RE: Code Signing error
-
RE: Code Signing error
@Dan-Korneff Yep!
I realized i can't just use the dev-id code anymore, must use the whole name since i have a installer dev-id also with the same code...although now I'm getting "unknown file attribute: 5"
-
RE: Code Signing error
@Dan-Korneff Just using codesign -s <dev-id> <path> in terminal
also tried --force and it did nothing
-
Code Signing error
HI!
Tried to sign a component file manually, though I get the error "bundle format unrecognized invalid or unsuitable"
Tried to find a search around for a solution though I can't seem to get any wiser.
Does anyone have any idea?ps. it has worked with other plugins though haven't tried since October 2022 ish.
(Mac Monterey 12.2 Xcode 13.2.1 Hise 2.1.0?)
-
RE: Display preset name and folder in label
@ulrik But is it impossible then?
Since I can't get the (complete)path using the getCurrentUserPresetName, and I cant know which preset is active with using getUserPresetList. -
RE: Display preset name and folder in label
@ulrik Thank you!
Though would this work if I had multiple presets with the same name in different folders?
Then I wouldn't be able to search for the correct one using getCurrentPresetName? -
RE: Display preset name and folder in label
@Lindon Using Engine.getCurrentUserPreset only gives me the name. I've tried to go through the File API and FileSystem, though these are really not my friend. My approach was to find the file with the current presets name and then get the directory, but i can't seem to figure it out.
-
Display preset name and folder in label
Hi!
Just sat tinkering and was trying to have the preset name show in the preset browser together with the folder the preset is in. I already got the preset name, now I just need the folder.Was thinking like "ROCK - MALE 1", where "rock" is the folder and "male 1" is the preset.
Any clues to how this can be achieved?
-
RE: Funny slider?
@civet I tried messing around a little with your code and I noticed that it takes the value from where the mouse is and not from where the "dragger" is. So if you click and drag and continue outside the "triangle" the value keeps changing.
Any way to make it stop?
-
RE: Funny slider?
Thank you all for your replies! It seems like it's quite a bit over my competence level, but maybe something to start learning.
-
RE: Funny slider?
@d-healey Yeah, but could you have a slider that ca move seamlessly between three points instead of one?
-
Funny slider?
Is it possible to make a "slider" like this one in HISE? Don't really know what it's called. -
RE: Server API update?
@dustbro Hmmm... It seems like using the subURL as a variable instead of a sting inside the server call like you did makes it work.
Is this changed intentionally in some commit or is it a bug?Anyways, now the subURL is a variable and it works just fine so thank you all for the great help!
-
RE: Server API update?
@d-healey The thing is that it isn't a redirect, the server has none.
-
RE: Server API update?
@d-healey That should get a 40x error, but it gives a 301 and no response.
-
RE: Server API update?
HiseSnippet 883.3ocsVstaSyCF1oaA80xAARbAXkekJU5Z4v.wzm93qcanJXaUjwg+g7bbWslicjsSgBZ2EbMv0G2AvqSRaSYkwnR79ip7dx948n6PshxLFkF4U+3ooLj2M7ilJsi6OlvknA6h7tk+ADikowEh5MMkXLrXjm2FO2Ivq9lnb5a+WOhfHorEhPn2n3T1K4Ib6BoCe1K3Bw9jX1w7jJV+vmMfpj8UBUFfmM76fRIzyHmxNj3LqlOx6Z6EysJcjkXYFvldp3oQiUePVX+a3F9IBlioKJBNnBwn9i4h3gyhUCB4s4vEQ9FEQ9c8OfGymKeQF314JvK7nZNvq1kAot+APxqBj1r.R2wOhp4o1EZb3459CjPAYDAR0UgRgsnZesleeEXgz1NgbFaeMvL2ivs6zoEF9o4NMZDwzSX51FlsGwvd8qdYXvXqM07zs1hjxaeFa5ml1lq1Zx82R.0QogYBb9wkBtjgGkIoVtRhUxhSJhIicWsVIBopjTkD.QK7DhHi0rQ850wkzmqx3nIDMNE+u3Oi+YMynfO5n.7SwAuqfB9Uld9NqRiS1bgkQNkHDukaGO7nniCC.bxiCZgSaMOzBMPcMyzBqYFHbLKGF4gxrytpPHIXTBV6TMWZCsZWhe9Iz7Bv67kEcdiY0uSY19yxigAKRxAMcEsxTceHHNAlTBWQYn4NUJRGprrijgMa.o+Fm2.+ypFMZk5JOJASuR0tgX8k4XnLK4DlddePogPW9xiNW6pM5PKxMULTIGH41iRYk76qDwtQB22WbPCUlbcibkHDL0lOvcqxAtdYVqRh3w4KDmmTQ4QP08anWOXWhkL6rfiEtpTl1xcQj2trIvbSwvbc+cYlyrpzbaKKpPR3pcyeD4468E3Bm59nY9dzKru.1TohyDD6xqub6oKU.Elk1Y31KHMb6zp6w+C1o04R2ocUg3c7GxszwqFi0VAFg78eCLV9RvM82azHF0t.fa5u+6V209+lq+UpLKWd5ADql6JxGlkDAO.RYvsKkLgwUuq4ZaK3633cY.WaQNy2ApTYWGuWoxtyThRHTs58zhlc2aM+StD.Sx7mVqCuwC73tyZv886ztCJAd168TpK7uGLIsZet+Z3yCVCed3Z3yiVCe1dM74wqgOO4R8w8ON9+LqJoXb.DLbu7EMdd6IIPmUdWH5G.gzjlJ.
-
RE: Server API update?
@d-healey Server call works perfect from hoppscotch.
@orange Raised the timeout to 40000ms and now the call takes that long to get an error...The call takes 400ms in hoppscotch so it really seem like an issue with HISE, or my build of Hise anyway.
-
RE: Server API update?
@d-healey It seems that HISE can't connect to internet...
I tried "look for newer versions" in the help tab and it only say "Offline, Could not connect to the server". So my computer is online but HISE doesn't recognize it? -
Server API update?
Any changes made in the Server api?
Had a working project with a post call and now it has a response time at 20000ms and gives a 301 code (which the server doesn't have).