faust2Hise ?????
-
@hisefilo What IDE are you using? Or just a text editor?
-
@hisefilo @d-healey This course is also a good one ( and its free )
https://www.kadenze.com/courses/real-time-audio-signal-processing-in-faust/info
-
@briandoliveira same guy!!!
-
@d-healey nano LOL. just starting. will choose IDE later. I guess Sublimetext will be enough
-
@hisefilo Cool. I'll use CudaText (not sure if there is a Faust syntax for it but I can ask the dev to add it).
-
-
-
@hisefilo said in faust2Hise ?????:
@d-healey said in faust2Hise ?????:
CudaText
http://uvviewsoft.com/cudatext/index.html Looks good!
It is, the video on the homepage is mine :p
-
@d-healey Nice!!!!!!!!!!!! :)
-
Funny that we're talking about text editors because I am currently rewriting the HISE code editor to be more Sublime-like :)
The new feature set includes:
- multi-caret editing (not just the Ctrl+D workaround)
- Linebreaks
- inplace error message (red underline with compile error as tooltip)
- Code folding
- Zooming with mouse wheel / pinch gesture
- Codemap (completely nicked from Sublime Text)
- File structure tree
- better autocomplete
- tooltip with debug info
I am currently testing it with SNEX / C++, but it will also be used for HISEScript when it's stable.
-
@Christoph-Hart Looks awesome!
-
@Christoph-Hart Ohh!!! That's really good news!!!
-
@Christoph-Hart this will be so so so cool!!!
-
@Christoph-Hart While you're talking about zooming via mouse wheel, can the graph be improved on that point?
I don't know you guys, but with the magic mouse on the mac, the zoom is SO sensitive that it's almost impossible to control it... -
Just change the values (the
0.1
s) here until it works for you and let me know - I thought the magic mouse is about as sensitive as the macbook trackpad... -
@Christoph-Hart Cool! Will try that asap...
-
@Christoph-Hart Ok I came up with a working value of
0.015f
-
@Christoph-Hart How's the code editor coming along?
-
@Christoph-Hart If not too much of a pain, is there a possibility to open other files such as .cpp or .h in a ScriptEditor tab?
If the code editor improves, I could be cool not having to rely on third party editors anymore, just sayin'... -