This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmake_minimum_required(VERSION 3.10) | |
project (rework-dspfaust) | |
add_executable(linux-jack DspFaust.cpp main.cpp) | |
target_include_directories (linux-jack PRIVATE /tmp/tmp.YnNSb9bh8V/faust/build/faustpfx/include) | |
target_compile_definitions(linux-jack PUBLIC JACK_DRIVER=1 MIDICTRL=1 DYNAMIC_DSP=1) | |
target_link_libraries(linux-jack PRIVATE | |
/tmp/tmp.YnNSb9bh8V/faust/build/faustpfx/lib/libfaustwithllvm.a | |
jack | |
z |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* DISTRHO Plugin Framework (DPF) | |
* Copyright (C) 2012-2019 Filipe Coelho <[email protected]> | |
* | |
* Permission to use, copy, modify, and/or distribute this software for any purpose with | |
* or without fee is hereby granted, provided that the above copyright notice and this | |
* permission notice appear in all copies. | |
* | |
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD | |
* TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/dts-v1/; | |
/ { | |
compatible = "rockchip,rk3326-rg351v-linux\0rockchip,rk3326"; | |
interrupt-parent = <0x01>; | |
#address-cells = <0x02>; | |
#size-cells = <0x02>; | |
model = "Anbernic RG351V"; | |
ddr_timing { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 56.815142] dwc2 ff300000.usb: bound driver g_serial | |
[ 56.815153] dwc2 ff300000.usb: dwc2_hsotg_pullup: is_on: 1 op_state: 9 | |
[ 56.815164] dwc2 ff300000.usb: --- SIMONL --- in host mode, return early from dwc2_hsotg_pullup | |
--- | |
op_state: 9 -> OTG_STATE_A_HOST |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------- debug messages from gadget.c | |
dwc2 ff300000.usb: mapped PA ff300000 to VA (____ptrval____) | |
dwc2 ff300000.usb: Looking up vusb_d-supply from device tree | |
dwc2 ff300000.usb: Looking up vusb_d-supply property in node /usb@ff300000 failed | |
dwc2 ff300000.usb: supply vusb_d not found, using dummy regulator | |
dwc2 ff300000.usb: Looking up vusb_a-supply from device tree | |
dwc2 ff300000.usb: Looking up vusb_a-supply property in node /usb@ff300000 failed | |
dwc2 ff300000.usb: supply vusb_a not found, using dummy regulator | |
dwc2 ff300000.usb: registering common handler for irq28 |
NewerOlder