Home
last modified time | relevance | path

Searched refs:soul (Results 1 – 25 of 1734) sorted by relevance

12345678910>>...70

/dports/audio/faust/faust-2.37.3/architecture/soul/
H A DMakefile8 all: soul-faust-player soul-faust-tester soul-faust-editor
10 soul-faust-player: soul-faust-player.cpp
11 …0 jack` -framework CoreMIDI soul-faust-player.cpp $(LIB)/libfaust.a `llvm-config --ldflags --libs …
13 soul-faust-tester: soul-faust-tester.cpp
14 …7 -O3 -I /usr/local/include soul-faust-tester.cpp $(LIB)/libfaust.a `llvm-config --ldflags --libs …
16 soul-faust-editor: soul-faust-editor.cpp
17soul-faust-editor.cpp $(LIB)/libfaust.a libefsw-static-release.a -framework CoreServices -framewor…
20 …([ -e soul-faust-player ]) && cp soul-faust-player $(prefix)/bin || echo soul-faust-player not fo…
21 …([ -e soul-faust-tester ]) && cp soul-faust-tester $(prefix)/bin || echo soul-faust-tester not fo…
22 …([ -e soul-faust-editor ]) && cp soul-faust-editor $(prefix)/bin || echo soul-faust-editor not fo…
[all …]
H A DREADME.md15 - `-play to start the 'soul' runtime with the generated SOUL patch`
24 # soul-faust-player
28 `soul-faust-player <foo.dsp> (pure Faust code), <foo.soulpatch> (pure SOUL patch) or <foo.soul> (pu…
41 - `soul-faust-player clarinetMIDI.soul` to run the `clarinetMIDI.soul` file (only containing the SO…
42 - `soul-faust-player hybrid-test1.soul` to run an hybrid `hybrid-test1.soul` file containing both F…
44 # soul-faust-tester
59 - `soul-faust-tester foo.soulpatch` to test a SOUL patch compiled to LLVM-IR and JITted to native c…
61 # soul-faust-editor
65 `soul-faust-editor [Faust options : any option (e.g. -ftz 1...)] <foo.soul> -o <output.soul>`
69 - `soul-faust-editor hybrid-test2.soul` to start editing an hybrid Faust/SOUL code
[all …]
H A Dpoly-dsp-effect.soul13 soul::note_events::NoteOn noteOn;
14 soul::note_events::NoteOff noteOff;
15 soul::note_events::PitchBend pitchBend;
20 event noteOn (soul::note_events::NoteOn e)
27 event noteOff (soul::note_events::NoteOff e)
53 soul::note_events::NoteOn noteOn;
54 soul::note_events::NoteOff noteOff;
81 soul::note_events::NoteOn noteOn;
82 soul::note_events::NoteOff noteOff;
173 input event soul::midi::Message midiIn;
[all …]
H A Dpoly-dsp.soul13 soul::note_events::NoteOn noteOn;
14 soul::note_events::NoteOff noteOff;
15 soul::note_events::PitchBend pitchBend;
20 event noteOn (soul::note_events::NoteOn e)
27 event noteOff (soul::note_events::NoteOff e)
53 soul::note_events::NoteOn noteOn;
54 soul::note_events::NoteOff noteOff;
81 soul::note_events::NoteOn noteOn;
82 soul::note_events::NoteOff noteOff;
173 input event soul::midi::Message midiIn;
[all …]
/dports/audio/faust/faust-2.37.3/architecture/faust/dsp/
H A Dsoulpatch-dsp.h77 int countTotalBusChannels(soul::patch::Span<soul::patch::Bus> buses) in countTotalBusChannels()
97 soul::patch::Parameter::Ptr fParam;
112 soul::patch::PatchPlayer* fPlayer;
117 soul::patch::Parameter::Ptr fClassInit;
161 soul::patch::Span<soul::patch::Parameter::Ptr> params = fPlayer->getParameters(); in buildUserInterface()
185soul::patch::Span<soul::patch::Parameter::Ptr> params = fPlayer->getParameters(); in buildUserInterface()
375 …virtual soul::patch::VirtualFile* preprocessSourceFile (soul::patch::VirtualFile& inputFile) overr… in preprocessSourceFile()
383 soul::patch::PatchInstance::Ptr fPatch;
384 soul::patch::Description* fDescription;
448 soul::patch::Span<soul::patch::CompilationMessage> errors = fPlayer->getCompileMessages(); in soulpatch_dsp()
[all …]
/dports/audio/faust/faust-2.37.3/tools/faust2appls/
H A Dfaust2soul15 ARCHFILE=$FAUSTARCH/soul/minimal.soul
50 ARCHFILE=$FAUSTARCH/soul/poly-dsp.soul
54 ARCHFILE=$FAUSTARCH/soul/poly-dsp-effect.soul
130 …faust -lang soul-poly -cn "${f%.dsp}" -json -a $ARCHFILE $OPTIONS "$SRCDIR/$f" -o "$TMP/${f%.dsp}_…
133 …faust -lang soul-poly -cn "${f%.dsp}" -json -a $ARCHFILE $OPTIONS "$SRCDIR/$f" -o "$TMP/${f%.dsp}_…
141 …faust -lang soul-poly -cn "${f%.dsp}" -json -a $ARCHFILE $OPTIONS "$SRCDIR/$f" -o "$TMP/${f%.dsp}_…
162 soul play "$SRCDIR/$dspName"
169soul generate --juce "$SRCDIR/$dspName/${f%.dsp}.soulpatch" --output="$SRCDIR/$dspName/${f%.dsp}"
/dports/audio/faust/faust-2.37.3/tests/impulse-tests/
H A DMake.soul17 outdir ?= soul/double
32 soul: impulsesoul ir/$(outdir) $(call listfiles,$(outdir))
40 @echo " 'soul' (default): check the double output using the SOUL backend"
43 @echo " 'outdir' : define the output directory (default to 'soul')"
61 # rules for soul
68 $(FAUST) -lang soul-dsp -cn souldsp $(FAUSTOPTIONS) $< -o souldsp.soul
69 soul generate --max-state-size=26214400 --cpp souldsp.soul --output=souldsp.h
H A DMake.julia32 soul: impulsesoul ir/$(outdir) $(call listfiles,$(outdir))
43 @echo " 'outdir' : define the output directory (default to 'soul')"
/dports/audio/faust/faust-2.37.3/tests/compile-tests/
H A DMakefile38 $(MAKE) -f Make.lang outdir=soul lang=soul ext=soul FAUSTOPTIONS=""
50 soul: target
51 $(MAKE) -f Make.lang outdir=soul lang=soul ext=soul FAUSTOPTIONS=""
H A Dfilter8 wasm|wast|soul|interp)
/dports/textproc/multimarkdown/MultiMarkdown-6-6.6.0/texmf/tex/latex/mmd6/shared/
H A Dmmd6-criticmarkup.tex2 \usepackage{soul}
7 % Use \ul instead of \underline since we are using soul
/dports/net/dgd-lpmud/mud/2.4.5/
H A DOBJ_DUMP4 obj/soul#1 124 ref 1 obj/player#0 (0)
5 obj/soul 10412 ref 1 -- (0)
/dports/mail/py-django-mailbox/django-mailbox-4.8.2/django_mailbox/tests/messages/
H A Dmessage_with_long_content.eml98 fulfilled and O'Dimm arrives to collect von Everec's soul.
101 Everec's soul or intervening to save von Everec. If Geralt does nothing,
102 O'Dimm kills von Everec, takes his soul, and rewards Geralt with one wish.
153 fulfilled and O'Dimm arrives to collect von Everec's soul.
156 Everec's soul or intervening to save von Everec. If Geralt does nothing,
206 fulfilled and O'Dimm arrives to collect von Everec's soul.
209 Everec's soul or intervening to save von Everec. If Geralt does nothing,
260 fulfilled and O'Dimm arrives to collect von Everec's soul.
263 Everec's soul or intervening to save von Everec. If Geralt does nothing,
313 fulfilled and O'Dimm arrives to collect von Everec's soul.
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwworld/
H A Dcellref.cpp196 void CellRef::setSoul(const std::string &soul) in setSoul() argument
198 if (soul != mCellRef.mSoul) in setSoul()
201 mCellRef.mSoul = soul; in setSoul()
/dports/audio/beets/beets-1.4.9/beetsplug/lastgenre/
H A Dgenres-tree.yaml104 - soul blues
206 - country soul
485 - hip hop soul
562 - soul jazz
616 - soul:
617 - blue-eyed soul
618 - neo soul
619 - northern soul
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwclass/
H A Dmisc.cpp90 int soul = creature->mData.mSoul; in getValue() local
94 float soulValue = 0.0001 * pow(soul, 3) + 2 * soul; in getValue()
103 value *= soul; in getValue()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwmechanics/
H A Drecharge.cpp55 std::string soul = gem.getCellRef().getSoul(); in rechargeItem() local
56 …ture *creature = MWBase::Environment::get().getWorld()->getStore().get<ESM::Creature>().find(soul); in rechargeItem()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Drecharge.cpp72 std::string soul = gem.getCellRef().getSoul(); in updateView() local
73 …ture *creature = MWBase::Environment::get().getWorld()->getStore().get<ESM::Creature>().find(soul); in updateView()
/dports/games/pcgen/pcgen/data/pathfinder/paizo/roleplaying_game/ultimate_combat/
H A Duc_abilities_class_um.lst9 …ll] DESC:The soul forger has learned the skill of infusing the raw magical …
59 …agusClassFeatures.ArchetypeAbility.SpecialQuality DESC:A soul forger casts one fe…
60 …DESC:At 1st level, a soul forger gains a weapon as an arcane bond item. This is identical to the w…
61 …atures.Supernatural.ArchetypeAbility.SpecialQuality DESC:A soul forger may use this…
62 …atures.Supernatural.ArchetypeAbility.SpecialQuality DESC:A soul forger may use this…
63soul forger adds his magus class level on Craft checks to manufacture armor, shields, and weapons.…
64soul forger may spend 1 point from his arcane pool to increase the hardness and hit points of his …
65soul forger can restore a number of hit points equal to his magus level to a damaged object by tou…
66 …6th level, an opponent who activates a magical item while threatened by a soul forger provokes an …
67 …ural.ArchetypeAbility.SpecialQuality DESC:At 19th level, a soul forger can reforge …
[all …]
/dports/games/blackshadeselite/blackshadeselite/
H A DReadme15 z = toggle soul release
29 …are no visible enemies you may want to release your soul and look for nearby enemies. When your so…
105 8-26 look at previous soul position when going back into body, sound fx added, movement speed tweak…
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dto-be-determined.cwl4 #include:soul
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/mpeg-audio/
H A Dmpeg-audio.asn49 alternative-rock(40), bass(41), soul(42), punk(43), space(44),
69 rhythmic-soul(118), freestyle(119), duet(120), punk-rock(121),
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/mpeg-audio/
H A Dmpeg-audio.asn49 alternative-rock(40), bass(41), soul(42), punk(43), space(44),
69 rhythmic-soul(118), freestyle(119), duet(120), punk-rock(121),
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/mpeg-audio/
H A Dmpeg-audio.asn49 alternative-rock(40), bass(41), soul(42), punk(43), space(44),
69 rhythmic-soul(118), freestyle(119), duet(120), punk-rock(121),
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/mpeg-audio/
H A Dmpeg-audio.asn49 alternative-rock(40), bass(41), soul(42), punk(43), space(44),
69 rhythmic-soul(118), freestyle(119), duet(120), punk-rock(121),

12345678910>>...70