faust2Hise ?????
-
Hi @Christoph-Hart
Playing around with Faust. What will be the easiest way to add Faust generated dsp code to Hise??Faust generates .cpp and also has exporters to Juce, iOs, etc.
faust2alqt faust2esp32 faust2mathdoc faust2puredata faust2unity faust2alsa faust2faustvst faust2mathviewer faust2raqt faust2vst faust2alsaconsole faust2firefox faust2max6 faust2ros faust2vsti faust2android faust2gen faust2md faust2rosgtk faust2w32max6 faust2androidunity faust2graph faust2msp faust2rpialsaconsole faust2w32msp faust2api faust2graphviewer faust2netjackconsole faust2rpinetjackconsole faust2w32puredata faust2atomsnippets faust2ios faust2netjackqt faust2sam faust2w32vst faust2au faust2jack faust2nodejs faust2sc faust2w64max6 faust2bela faust2jackconsole faust2octave faust2sig faust2w64vst faust2caqt faust2jackrust faust2osxiosunity faust2sigviewer faust2wasm faust2caqtios faust2jackserver faust2owl faust2smartkeyb faust2webaudiowasm faust2csound faust2jaqt faust2paqt faust2sndfile faust2webaudiowast faust2csvplot faust2jaqtchain faust2pdf faust2soul faust2winunity faust2dssi faust2juce faust2plot faust2supercollider faust2dummy faust2ladspa faust2png faust2svg faust2dummymem faust2linuxunity faust2portaudiorust faust2svgviewer faust2eps faust2lv2 faust2pure faust2teensy
-
I'm just looking into Faust at the mo. Seems like a really nice way to get into DSP and synth creation. Some kind of integration with HISE would be nice :) but I think it's along the same lines as hnode and snex so maybe it won't be needed as well.
-
@d-healey https://ccrma.stanford.edu/~rmichon/faustWorkshops/course2015/
spent my last 3 quarantine days watching this.
-
@hisefilo Thanks. I'll check these out in the morning!
-
@hisefilo Are you using the web editor?
-
@d-healey nope. git cloned repo
-
@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...