@Lindon Thanks for the advice! I'll start with that.
Posts made by Evan Splash
-
RE: Trapezoid XY Pad
@d-healey I have a problem with math, I was hoping someone had a ready-made solution :)
-
RE: Trapezoid XY Pad
@Oli-Ullmann Thanks, I'll definitely check it out!
I've already tried to find it in his videos, but I only found a rectangular XY pad. I'll try again :) -
Trapezoid XY Pad
Hi there! Maybe someone has some ideas on how to make a trapezoid XY Pad?
I don't understand where to start. Drawing a trapezoid on the panel is not a problem, but how to make the indicator move exactly inside the drawn path?
Thanks in advance to everyone who responds! :) -
The compiled application does not open on another Mac (notarization done)
This is my first complete plugin that I made in HISE, I came from KONTAKT and decided to start with something simple. Just a small test project to practice and better understand the variety of possibilities that HISE opens up.
Everything works fine on Windows, I tested it on several computers. Plugin and standalone app work correctly, the installer also does not cause problems.
But strange things began to happen at MAC :)
I have only one MacBook (M2) on which I can test and the plugins work as they should on it, but the application opened only through the command line using chmod +x
On my old Mac with Intel, the application opened fine the first time.
The app is signed and notarized, so everything should be fine on that side. Sonoma "syspolicy_check" also says that the application is ready for distribution.If you have 5 minutes, please try opening it yourself to give me feedback. I would be very grateful if anyone could test this.
This is a link to a compiled and ready to distribute app:
https://www.dropbox.com/scl/fo/jmey1ou2wi95wqgbyw9zn/h?rlkey=ujpyahr6bpnsaqsfbfyy4vvtd&dl=0 -
RE: Warning Xcode 15
@Evan-Splash said in Warning Xcode 15:
I was able to run Xcode 14 on Sonoma using these instructions:
- Download and unpack Xcode 14.3.1 ( https://xcodereleases.com/ )
- Right click and select "Show Package Contents"
- Navigate to Contents
- Open the Info.plist file
- Alter CFBundleVersion from 21815 to 22265
- Save change
- Right click Xcode 14.3.1 bundle and select "Open"
The vsti, au and app compile successfully in the HISE, but Logic Pro and Studio One crashes when trying to load the compiled plugin. The Standalone application also crashes.
True, this is my first time on a Mac and I’m not sure that it’s the combination of Xcode14 and Sonoma, maybe I’m making some stupid mistake, for example in the project settings.
Although the same project works fine on Windows.As I thought... It was necessary to remove support for 32-bit versions of Mac OS in the project settings.
Now the compiled plugins and app launch and work correctly :) -
RE: Warning Xcode 15
I was able to run Xcode 14 on Sonoma using these instructions:
- Download and unpack Xcode 14.3.1 ( https://xcodereleases.com/ )
- Right click and select "Show Package Contents"
- Navigate to Contents
- Open the Info.plist file
- Alter CFBundleVersion from 21815 to 22265
- Save change
- Right click Xcode 14.3.1 bundle and select "Open"
The vsti, au and app compile successfully in the HISE, but Logic Pro and Studio One crashes when trying to load the compiled plugin. The Standalone application also crashes.
True, this is my first time on a Mac and I’m not sure that it’s the combination of Xcode14 and Sonoma, maybe I’m making some stupid mistake, for example in the project settings.
Although the same project works fine on Windows. -
RE: Pretty weird problem with the Preset Browser ?
The topic is old, but if suddenly someone, like me, is looking for a solution to correctly switch presets with only 2 columns...
If you set 2 columns in the browser settings, then when you switch the next/previous preset, the browser will return to the category column. With three columns (default), the browser correctly displays the selected preset. Possibly a bad solution, but it works. Just reduce the ratio of the first column to zero if you only need to display 2."NumColumns": 3, "ColumnWidthRatio": [ 0.0, 0.5, 0.5 ],
-
RE: Disable full screen mode
@d-healey Thank you so much! I'm ashamed that I didn't find it myself :)
-
Disable full screen mode
Hello friends!
Is there any way to prevent switching to full screen mode in a compiled standalone app? (Win)
I mean how to leave only the buttons for minimizing and closing the window.
I didn’t find anything on the forum or in the documentation, maybe this isn’t possible at all? -
RE: The MIDI Player does not work when the plugin window is closed
As I expected, this was not a bug. It's all about my inexperience.
I put all the midi processing logic in a separate processor script and now everything works fine.
I'll just leave it here for the same beginners like me :grinning_face_with_sweat: -
The MIDI Player does not work when the plugin window is closed
I did not put the post in the Bug Reports category , because I am not sure that this is not a feature of the midi player.
I am using the Midi Player in my project as a midi loops player. I have a midi file that has 7 tracks. Each track is started with an individual key. And everything works great as long as the vst plugin window is open (in DAW). But when I close the plugin window, the keys no longer start playing loops.
If I open the plugin window everything works fine again.
I tested this in the StudioOne and Ableton on Win10.I searched the forum but could not find anything similar.
I will be grateful for any help, I do not understand at all where I should start to solve this. -
RE: Changing NoteNumber Modulator parameters via script
@ulrik This works great, this is what I was looking for! Thanks again for the help
-
RE: Changing NoteNumber Modulator parameters via script
@ulrik Thank you so much, I will try it tomorrow!
-
RE: Changing NoteNumber Modulator parameters via script
@ulrik This is what I need! Thank you so much!
-
RE: Changing NoteNumber Modulator parameters via script
@d-healey Thank You, I will definitely try this!
-
RE: Changing NoteNumber Modulator parameters via script
@ulrik Accessing the sample's pan value is what I need if there is no way to change the pan of a single note. Perhaps you can tell me how I can access the panorama of a sample through a script?
Sorry if this is a stupid question, I'm just new to HISE and before that I wrote scripts only for KONTAKT. -
RE: Changing NoteNumber Modulator parameters via script
@ulrik Unfortunately Array Modulator doesn't work for me either. When you change a note, the previous one immediately takes on the value of the new played one.
But anyway, thanks for the advice! -
Changing NoteNumber Modulator parameters via script
I'm looking for the ability to change the panorama of individual notes. The best solution I've found so far is to add a NoteNumber Modulator to the StereoFX in the Sampler. And it works the way I want it.
But the problem is that I need to change the panorama of the selected note in the UI. I can't find any way to change the modulator parameters through a script, maybe there is some workaround?A similar question was on another thread: https://forum.hise.audio/topic/2212/accessing-notenumber-modulator-parameters-in-ui
But unfortunately David's solution doesn't work for me, because in this case the release of the previous note will be pan along with the next note.I am very sorry for my English, it is not my native language.
I hope for your help.